Html Css Color HEX #69C4FF Maya Blue

📋 copy color: '#69C4FF'

red 105 ◦ green 196 ◦ blue 255

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

Shades of Maya Blue #69C4FF

Tints of Maya Blue #69C4FF

RGB

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

 GREEN value IS 196 (76.95% from 255) = 35.25%

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

R = 18.88%
G = 35.25%
B = 45.86%

CMYK

 C value IS 0.59

 M value IS 0.23

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#69C4FF (or 0x69C4FF) is known color: Maya Blue. HEX triplet: 69, C4 and FF. RGB value is (105,196,255). Sum of RGB (Red+Green+Blue) = 105+196+255=556 (73% of max value = 765). Red value is 105 (41.41% from 255 or 18.88% from 556); Green value is 196 (76.95% from 255 or 35.25% from 556); Blue value is 255 (100% from 255 or 45.86% from 556); Max value from RGB is 255 - color contains mainly: blue. Hex color #69C4FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #69C4FF is #963B00. Grayscale: #AFAFAF. Windows color (decimal): -9845505 or 16761961. OLE color: 16761961.

HSL color Cylindrical-coordinate representation of color #69C4FF: hue angle of 203.6º 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 #69C4FF is Cyan = 0.59, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 105 196 255 -
CMYK 0.59 0.23 0 0
HSL 203.6º 1% 0.71% -
HSV(B) 203.6º 0.59% 1% -
XYZ 43.62 49.7 101.9 -
YUV 175.52 172.85 77.7 -
System Red Green Blue C M Y K H S L
Decimal 105 196 255 0.59 0.23 0 0 203.6 1 0.71
Hex 69 C4 FF 3B 17 0 0 CC 64 47
Octal 151 304 377 73 27 0 0 314 144 107
Binary 1101001 11000100 11111111 111011 10111 0 0 11001100 1100100 1000111

Color Harmonies of #69C4FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69C4FF

Black with #69C4FF

Text Example


Text Example

White with #69C4FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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