Html Css Color HEX #69CDF3 Maya Blue

📋 copy color: '#69CDF3'

red 105 ◦ green 205 ◦ blue 243

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

Shades of Maya Blue #69CDF3

Tints of Maya Blue #69CDF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 43.94%

R = 18.99%
G = 37.07%
B = 43.94%

CMYK

 C value IS 0.57

 M value IS 0.16

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#69CDF3 (or 0x69CDF3) is known color: Maya Blue. HEX triplet: 69, CD and F3. RGB value is (105,205,243). Sum of RGB (Red+Green+Blue) = 105+205+243=553 (73% of max value = 765). Red value is 105 (41.41% from 255 or 18.99% from 553); Green value is 205 (80.47% from 255 or 37.07% from 553); Blue value is 243 (95.31% from 255 or 43.94% from 553); Max value from RGB is 243 - color contains mainly: blue. Hex color #69CDF3 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #69CDF3 is #96320C. Grayscale: #B3B3B3. Windows color (decimal): -9843213 or 15977833. OLE color: 15977833.

HSL color Cylindrical-coordinate representation of color #69CDF3: hue angle of 196.52º degrees, saturation: 0.85, 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 #69CDF3 is Cyan = 0.57, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 105 205 243 -
CMYK 0.57 0.16 0 0.05
HSL 196.52º 0.85% 0.68% -
HSV(B) 196.52º 0.57% 0.95% -
XYZ 43.83 53.14 92.74 -
YUV 179.43 163.87 74.91 -
System Red Green Blue C M Y K H S L
Decimal 105 205 243 0.57 0.16 0 0.05 196.52 0.85 0.68
Hex 69 CD F3 39 10 0 5 C5 55 44
Octal 151 315 363 71 20 0 5 305 125 104
Binary 1101001 11001101 11110011 111001 10000 0 101 11000101 1010101 1000100

Color Harmonies of #69CDF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69CDF3

Black with #69CDF3

Text Example


Text Example

White with #69CDF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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