Html Css Color HEX #69C2EF Maya Blue

📋 copy color: '#69C2EF'

red 105 ◦ green 194 ◦ blue 239

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

Shades of Maya Blue #69C2EF

Tints of Maya Blue #69C2EF

RGB

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

 GREEN value IS 194 (76.17% from 255) = 36.06%

 BLUE value IS 239 (93.75% from 255) = 44.42%

R = 19.52%
G = 36.06%
B = 44.42%

CMYK

 C value IS 0.56

 M value IS 0.19

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#69C2EF (or 0x69C2EF) is known color: Maya Blue. HEX triplet: 69, C2 and EF. RGB value is (105,194,239). Sum of RGB (Red+Green+Blue) = 105+194+239=538 (71% of max value = 765). Red value is 105 (41.41% from 255 or 19.52% from 538); Green value is 194 (76.17% from 255 or 36.06% from 538); Blue value is 239 (93.75% from 255 or 44.42% from 538); Max value from RGB is 239 - color contains mainly: blue. Hex color #69C2EF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #69C2EF is #963D10. Grayscale: #ACACAC. Windows color (decimal): -9846033 or 15712873. OLE color: 15712873.

HSL color Cylindrical-coordinate representation of color #69C2EF: hue angle of 200.15º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #69C2EF is Cyan = 0.56, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 105 194 239 -
CMYK 0.56 0.19 0 0.06
HSL 200.15º 0.81% 0.67% -
HSV(B) 200.15º 0.56% 0.94% -
XYZ 40.7 47.82 88.75 -
YUV 172.52 165.51 79.84 -
System Red Green Blue C M Y K H S L
Decimal 105 194 239 0.56 0.19 0 0.06 200.15 0.81 0.67
Hex 69 C2 EF 38 13 0 6 C8 51 43
Octal 151 302 357 70 23 0 6 310 121 103
Binary 1101001 11000010 11101111 111000 10011 0 110 11001000 1010001 1000011

Color Harmonies of #69C2EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69C2EF

Black with #69C2EF

Text Example


Text Example

White with #69C2EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,194,239); }

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

background-color css

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

 a { background-color: rgb(105,194,239); }

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

border-color css

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

 span { border-color: rgb(105,194,239); }

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