Html Css Color HEX #69C2F6 Maya Blue

📋 copy color: '#69C2F6'

red 105 ◦ green 194 ◦ blue 246

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

Shades of Maya Blue #69C2F6

Tints of Maya Blue #69C2F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 45.14%

R = 19.27%
G = 35.6%
B = 45.14%

CMYK

 C value IS 0.57

 M value IS 0.21

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#69C2F6 (or 0x69C2F6) is known color: Maya Blue. HEX triplet: 69, C2 and F6. RGB value is (105,194,246). Sum of RGB (Red+Green+Blue) = 105+194+246=545 (72% of max value = 765). Red value is 105 (41.41% from 255 or 19.27% from 545); Green value is 194 (76.17% from 255 or 35.60% from 545); Blue value is 246 (96.48% from 255 or 45.14% from 545); Max value from RGB is 246 - color contains mainly: blue. Hex color #69C2F6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #69C2F6 is #963D09. Grayscale: #ADADAD. Windows color (decimal): -9846026 or 16171625. OLE color: 16171625.

HSL color Cylindrical-coordinate representation of color #69C2F6: hue angle of 202.13º degrees, saturation: 0.89, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #69C2F6 is Cyan = 0.57, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 105 194 246 -
CMYK 0.57 0.21 0 0.04
HSL 202.13º 0.89% 0.69% -
HSV(B) 202.13º 0.57% 0.96% -
XYZ 41.75 48.24 94.3 -
YUV 173.32 169.01 79.27 -
System Red Green Blue C M Y K H S L
Decimal 105 194 246 0.57 0.21 0 0.04 202.13 0.89 0.69
Hex 69 C2 F6 39 15 0 4 CA 59 45
Octal 151 302 366 71 25 0 4 312 131 105
Binary 1101001 11000010 11110110 111001 10101 0 100 11001010 1011001 1000101

Color Harmonies of #69C2F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69C2F6

Black with #69C2F6

Text Example


Text Example

White with #69C2F6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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