Html Css Color HEX #69CDF2 Maya Blue

📋 copy color: '#69CDF2'

red 105 ◦ green 205 ◦ blue 242

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

Shades of Maya Blue #69CDF2

Tints of Maya Blue #69CDF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 43.84%

R = 19.02%
G = 37.14%
B = 43.84%

CMYK

 C value IS 0.57

 M value IS 0.15

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#69CDF2 (or 0x69CDF2) is known color: Maya Blue. HEX triplet: 69, CD and F2. RGB value is (105,205,242). Sum of RGB (Red+Green+Blue) = 105+205+242=552 (73% of max value = 765). Red value is 105 (41.41% from 255 or 19.02% from 552); Green value is 205 (80.47% from 255 or 37.14% from 552); Blue value is 242 (94.92% from 255 or 43.84% from 552); Max value from RGB is 242 - color contains mainly: blue. Hex color #69CDF2 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #69CDF2 is #96320D. Grayscale: #B3B3B3. Windows color (decimal): -9843214 or 15912297. OLE color: 15912297.

HSL color Cylindrical-coordinate representation of color #69CDF2: hue angle of 196.2º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #69CDF2 is Cyan = 0.57, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 105 205 242 -
CMYK 0.57 0.15 0 0.05
HSL 196.2º 0.84% 0.68% -
HSV(B) 196.2º 0.57% 0.95% -
XYZ 43.68 53.08 91.95 -
YUV 179.32 163.37 74.99 -
System Red Green Blue C M Y K H S L
Decimal 105 205 242 0.57 0.15 0 0.05 196.2 0.84 0.68
Hex 69 CD F2 39 F 0 5 C4 54 44
Octal 151 315 362 71 17 0 5 304 124 104
Binary 1101001 11001101 11110010 111001 1111 0 101 11000100 1010100 1000100

Color Harmonies of #69CDF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69CDF2

Black with #69CDF2

Text Example


Text Example

White with #69CDF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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