Html Css Color HEX #69C2EA Malibu

📋 copy color: '#69C2EA'

red 105 ◦ green 194 ◦ blue 234

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

Shades of Malibu #69C2EA

Tints of Malibu #69C2EA

RGB

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

 GREEN value IS 194 (76.17% from 255) = 36.4%

 BLUE value IS 234 (91.8% from 255) = 43.9%

R = 19.7%
G = 36.4%
B = 43.9%

CMYK

 C value IS 0.55

 M value IS 0.17

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#69C2EA (or 0x69C2EA) is known color: Malibu. HEX triplet: 69, C2 and EA. RGB value is (105,194,234). Sum of RGB (Red+Green+Blue) = 105+194+234=533 (70% of max value = 765). Red value is 105 (41.41% from 255 or 19.70% from 533); Green value is 194 (76.17% from 255 or 36.40% from 533); Blue value is 234 (91.80% from 255 or 43.90% from 533); Max value from RGB is 234 - color contains mainly: blue. Hex color #69C2EA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #69C2EA is #963D15. Grayscale: #ABABAB. Windows color (decimal): -9846038 or 15385193. OLE color: 15385193.

HSL color Cylindrical-coordinate representation of color #69C2EA: hue angle of 198.6º degrees, saturation: 0.75, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #69C2EA is Cyan = 0.55, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 105 194 234 -
CMYK 0.55 0.17 0 0.08
HSL 198.6º 0.75% 0.66% -
HSV(B) 198.6º 0.55% 0.92% -
XYZ 39.97 47.53 84.91 -
YUV 171.95 163.01 80.25 -
System Red Green Blue C M Y K H S L
Decimal 105 194 234 0.55 0.17 0 0.08 198.6 0.75 0.66
Hex 69 C2 EA 37 11 0 8 C7 4B 42
Octal 151 302 352 67 21 0 10 307 113 102
Binary 1101001 11000010 11101010 110111 10001 0 1000 11000111 1001011 1000010

Color Harmonies of #69C2EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69C2EA

Black with #69C2EA

Text Example


Text Example

White with #69C2EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,194,234); }

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

background-color css

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

 a { background-color: rgb(105,194,234); }

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

border-color css

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

 span { border-color: rgb(105,194,234); }

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