Html Css Color HEX #69CDFF Maya Blue

📋 copy color: '#69CDFF'

red 105 ◦ green 205 ◦ blue 255

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

Shades of Maya Blue #69CDFF

Tints of Maya Blue #69CDFF

RGB

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

 GREEN value IS 205 (80.47% from 255) = 36.28%

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

R = 18.58%
G = 36.28%
B = 45.13%

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

#69CDFF (or 0x69CDFF) is known color: Maya Blue. HEX triplet: 69, CD and FF. RGB value is (105,205,255). Sum of RGB (Red+Green+Blue) = 105+205+255=565 (74% of max value = 765). Red value is 105 (41.41% from 255 or 18.58% from 565); Green value is 205 (80.47% from 255 or 36.28% from 565); Blue value is 255 (100% from 255 or 45.13% from 565); Max value from RGB is 255 - color contains mainly: blue. Hex color #69CDFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #69CDFF is #963200. Grayscale: #B4B4B4. Windows color (decimal): -9843201 or 16764265. OLE color: 16764265.

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

Color convert

RGB 105 205 255 -
CMYK 0.59 0.20 0 0
HSL 200º 1% 0.71% -
HSV(B) 200º 0.59% 1% -
XYZ 45.71 53.89 102.6 -
YUV 180.8 169.87 73.93 -
System Red Green Blue C M Y K H S L
Decimal 105 205 255 0.59 0.20 0 0 200 1 0.71
Hex 69 CD FF 3B 14 0 0 C8 64 47
Octal 151 315 377 73 24 0 0 310 144 107
Binary 1101001 11001101 11111111 111011 10100 0 0 11001000 1100100 1000111

Color Harmonies of #69CDFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69CDFF

Black with #69CDFF

Text Example


Text Example

White with #69CDFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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