Html Css Color HEX #69CBFF Maya Blue

📋 copy color: '#69CBFF'

red 105 ◦ green 203 ◦ blue 255

#69CBFF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Maya Blue #69CBFF

Tints of Maya Blue #69CBFF

RGB

 RED value IS 105 (41.41% from 255) = 18.65%

 GREEN value IS 203 (79.69% from 255) = 36.06%

 BLUE value IS 255 (100% from 255) = 45.29%

R = 18.65%
G = 36.06%
B = 45.29%

CMYK

 C value IS 0.59

 M value IS 0.20

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#69CBFF (or 0x69CBFF) is known color: Maya Blue. HEX triplet: 69, CB and FF. RGB value is (105,203,255). Sum of RGB (Red+Green+Blue) = 105+203+255=563 (74% of max value = 765). Red value is 105 (41.41% from 255 or 18.65% from 563); Green value is 203 (79.69% from 255 or 36.06% from 563); Blue value is 255 (100% from 255 or 45.29% from 563); Max value from RGB is 255 - color contains mainly: blue. Hex color #69CBFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #69CBFF is #963400. Grayscale: #B3B3B3. Windows color (decimal): -9843713 or 16763753. OLE color: 16763753.

HSL color Cylindrical-coordinate representation of color #69CBFF: hue angle of 200.8º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #69CBFF is Cyan = 0.59, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 105 203 255 -
CMYK 0.59 0.20 0 0
HSL 200.8º 1% 0.71% -
HSV(B) 200.8º 0.59% 1% -
XYZ 45.23 52.94 102.44 -
YUV 179.63 170.53 74.77 -
System Red Green Blue C M Y K H S L
Decimal 105 203 255 0.59 0.20 0 0 200.8 1 0.71
Hex 69 CB FF 3B 14 0 0 C9 64 47
Octal 151 313 377 73 24 0 0 311 144 107
Binary 1101001 11001011 11111111 111011 10100 0 0 11001001 1100100 1000111

Color Harmonies of #69CBFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69CBFF

Black with #69CBFF

Text Example


Text Example

White with #69CBFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,203,255); }

 H1.HeaderClassName
 {
   color: #69CBFF;
 }
 .AnyTagClassName
 {
   color: #69CBFF;
 }
</style>

background-color css

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

 a { background-color: rgb(105,203,255); }

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

border-color css

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

 span { border-color: rgb(105,203,255); }

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