#69bcf1

Color #69BCF1 Maya Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Maya Blue #69BCF1

Tints of Maya Blue #69BCF1

Color information

#69BCF1 (or 0x69BCF1) is unknown color: approx Maya Blue. HEX triplet: 69, BC and F1. RGB value is (105,188,241). Sum of RGB (Red+Green+Blue) = 105+188+241=534 (70% of max value = 765). Red value is 105 (41.41% from 255 or 19.66% from 534); Green value is 188 (73.83% from 255 or 35.21% from 534); Blue value is 241 (94.53% from 255 or 45.13% from 534); Max value from RGB is 241 - color contains mainly: blue. Hex color #69BCF1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #69BCF1 is #96430E. Grayscale: #A8A8A8. Windows color (decimal): -9847567 or 15842409. OLE color: 15842409.

HSL color Cylindrical-coordinate representation of color #69BCF1: hue angle of 203.38º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #69BCF1 is Cyan = 0.56, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB105188241-
CMYK0.560.2200.05
HSL203.38º82.93%67.84%-
HSV(B)203.38º56.43%94.51%-
XYZ39.6945.3289.88-
YUV169.22168.582.19-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 105 (41.41% from 255) = 19.66%
GREEN value IS 188 (73.83% from 255) = 35.21%
BLUE value IS 241 (94.53% from 255) = 45.13%
R=19.66%
G=35.21%
B=45.13%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1051882410.560.2200.05203.3882.9367.84
Hex69BCF1381605cb5344
Octal151274361702605313123104
Binary110100110111100111100011110001011001011100101110100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69bcf1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69bcf1; }

 p { color: rgb(105,188,241); }

 H1.HeaderClassName
 {
   color: #69bcf1;
 }
 .AnyTagClassName
 {
   color: #69bcf1;
 }
</style>
background-color css

<style>
 a { background-color: #69bcf1; }

 a { background-color: rgb(105,188,241); }

 div.DivClassName
 {
   background-color: #69bcf1;
 }
 .BgClassName
 {
   background-color: #69bcf1;
 }
</style>
border-color css

<style>
 span { border-color: #69bcf1; }

 span { border-color: rgb(105,188,241); }

 td.TdClassName
 {
   border-color: #69bcf1;
 }
 .TagClassName
 {
   border-color: #69bcf1;
 }
</style>