Html Css Color HEX #69C2F9 Maya Blue

📋 copy color: '#69C2F9'

red 105 ◦ green 194 ◦ blue 249

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

Shades of Maya Blue #69C2F9

Tints of Maya Blue #69C2F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 45.44%

R = 19.16%
G = 35.4%
B = 45.44%

CMYK

 C value IS 0.58

 M value IS 0.22

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#69C2F9 (or 0x69C2F9) is known color: Maya Blue. HEX triplet: 69, C2 and F9. RGB value is (105,194,249). Sum of RGB (Red+Green+Blue) = 105+194+249=548 (72% of max value = 765). Red value is 105 (41.41% from 255 or 19.16% from 548); Green value is 194 (76.17% from 255 or 35.40% from 548); Blue value is 249 (97.66% from 255 or 45.44% from 548); Max value from RGB is 249 - color contains mainly: blue. Hex color #69C2F9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #69C2F9 is #963D06. Grayscale: #ADADAD. Windows color (decimal): -9846023 or 16368233. OLE color: 16368233.

HSL color Cylindrical-coordinate representation of color #69C2F9: hue angle of 202.92º degrees, saturation: 0.92, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #69C2F9 is Cyan = 0.58, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 105 194 249 -
CMYK 0.58 0.22 0 0.02
HSL 202.92º 0.92% 0.69% -
HSV(B) 202.92º 0.58% 0.98% -
XYZ 42.22 48.43 96.74 -
YUV 173.66 170.51 79.03 -
System Red Green Blue C M Y K H S L
Decimal 105 194 249 0.58 0.22 0 0.02 202.92 0.92 0.69
Hex 69 C2 F9 3A 16 0 2 CB 5C 45
Octal 151 302 371 72 26 0 2 313 134 105
Binary 1101001 11000010 11111001 111010 10110 0 10 11001011 1011100 1000101

Color Harmonies of #69C2F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69C2F9

Black with #69C2F9

Text Example


Text Example

White with #69C2F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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