Html Css Color HEX #69C5DB Malibu

📋 copy color: '#69C5DB'

red 105 ◦ green 197 ◦ blue 219

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

Shades of Malibu #69C5DB

Tints of Malibu #69C5DB

RGB

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

 GREEN value IS 197 (77.34% from 255) = 37.81%

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

R = 20.15%
G = 37.81%
B = 42.03%

CMYK

 C value IS 0.52

 M value IS 0.10

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#69C5DB (or 0x69C5DB) is known color: Malibu. HEX triplet: 69, C5 and DB. RGB value is (105,197,219). Sum of RGB (Red+Green+Blue) = 105+197+219=521 (69% of max value = 765). Red value is 105 (41.41% from 255 or 20.15% from 521); Green value is 197 (77.34% from 255 or 37.81% from 521); Blue value is 219 (85.94% from 255 or 42.03% from 521); Max value from RGB is 219 - color contains mainly: blue. Hex color #69C5DB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #69C5DB is #963A24. Grayscale: #ABABAB. Windows color (decimal): -9845285 or 14402921. OLE color: 14402921.

HSL color Cylindrical-coordinate representation of color #69C5DB: hue angle of 191.58º 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 #69C5DB is Cyan = 0.52, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 105 197 219 -
CMYK 0.52 0.10 0 0.14
HSL 191.58º 0.61% 0.64% -
HSV(B) 191.58º 0.52% 0.86% -
XYZ 38.58 48.05 74.26 -
YUV 172 154.52 80.21 -
System Red Green Blue C M Y K H S L
Decimal 105 197 219 0.52 0.10 0 0.14 191.58 0.61 0.64
Hex 69 C5 DB 34 A 0 E C0 3D 40
Octal 151 305 333 64 12 0 16 300 75 100
Binary 1101001 11000101 11011011 110100 1010 0 1110 11000000 111101 1000000

Color Harmonies of #69C5DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69C5DB

Black with #69C5DB

Text Example


Text Example

White with #69C5DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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