Html Css Color HEX #69C2DB Malibu

📋 copy color: '#69C2DB'

red 105 ◦ green 194 ◦ blue 219

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

Shades of Malibu #69C2DB

Tints of Malibu #69C2DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 42.28%

R = 20.27%
G = 37.45%
B = 42.28%

CMYK

 C value IS 0.52

 M value IS 0.11

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#69C2DB (or 0x69C2DB) is known color: Malibu. HEX triplet: 69, C2 and DB. RGB value is (105,194,219). Sum of RGB (Red+Green+Blue) = 105+194+219=518 (68% of max value = 765). Red value is 105 (41.41% from 255 or 20.27% from 518); Green value is 194 (76.17% from 255 or 37.45% from 518); Blue value is 219 (85.94% from 255 or 42.28% from 518); Max value from RGB is 219 - color contains mainly: blue. Hex color #69C2DB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #69C2DB is #963D24. Grayscale: #AAAAAA. Windows color (decimal): -9846053 or 14402153. OLE color: 14402153.

HSL color Cylindrical-coordinate representation of color #69C2DB: hue angle of 193.16º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #69C2DB is Cyan = 0.52, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 105 194 219 -
CMYK 0.52 0.11 0 0.14
HSL 193.16º 0.61% 0.64% -
HSV(B) 193.16º 0.52% 0.86% -
XYZ 37.9 46.7 74.03 -
YUV 170.24 155.51 81.47 -
System Red Green Blue C M Y K H S L
Decimal 105 194 219 0.52 0.11 0 0.14 193.16 0.61 0.64
Hex 69 C2 DB 34 B 0 E C1 3D 40
Octal 151 302 333 64 13 0 16 301 75 100
Binary 1101001 11000010 11011011 110100 1011 0 1110 11000001 111101 1000000

Color Harmonies of #69C2DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69C2DB

Black with #69C2DB

Text Example


Text Example

White with #69C2DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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