Html Css Color HEX #69C0E0 Malibu

📋 copy color: '#69C0E0'

red 105 ◦ green 192 ◦ blue 224

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

Shades of Malibu #69C0E0

Tints of Malibu #69C0E0

RGB

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

 GREEN value IS 192 (75.39% from 255) = 36.85%

 BLUE value IS 224 (87.89% from 255) = 42.99%

R = 20.15%
G = 36.85%
B = 42.99%

CMYK

 C value IS 0.53

 M value IS 0.14

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#69C0E0 (or 0x69C0E0) is known color: Malibu. HEX triplet: 69, C0 and E0. RGB value is (105,192,224). Sum of RGB (Red+Green+Blue) = 105+192+224=521 (69% of max value = 765). Red value is 105 (41.41% from 255 or 20.15% from 521); Green value is 192 (75.39% from 255 or 36.85% from 521); Blue value is 224 (87.89% from 255 or 42.99% from 521); Max value from RGB is 224 - color contains mainly: blue. Hex color #69C0E0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #69C0E0 is #963F1F. Grayscale: #A9A9A9. Windows color (decimal): -9846560 or 14729321. OLE color: 14729321.

HSL color Cylindrical-coordinate representation of color #69C0E0: hue angle of 196.13º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #69C0E0 is Cyan = 0.53, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 105 192 224 -
CMYK 0.53 0.14 0 0.12
HSL 196.13º 0.66% 0.65% -
HSV(B) 196.13º 0.53% 0.88% -
XYZ 38.13 46.08 77.41 -
YUV 169.64 158.68 81.9 -
System Red Green Blue C M Y K H S L
Decimal 105 192 224 0.53 0.14 0 0.12 196.13 0.66 0.65
Hex 69 C0 E0 35 E 0 C C4 42 41
Octal 151 300 340 65 16 0 14 304 102 101
Binary 1101001 11000000 11100000 110101 1110 0 1100 11000100 1000010 1000001

Color Harmonies of #69C0E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69C0E0

Black with #69C0E0

Text Example


Text Example

White with #69C0E0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,192,224); }

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

background-color css

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

 a { background-color: rgb(105,192,224); }

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

border-color css

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

 span { border-color: rgb(105,192,224); }

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