Html Css Color HEX #69C1DB Malibu

📋 copy color: '#69C1DB'

red 105 ◦ green 193 ◦ blue 219

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

Shades of Malibu #69C1DB

Tints of Malibu #69C1DB

RGB

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

 GREEN value IS 193 (75.78% from 255) = 37.33%

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

R = 20.31%
G = 37.33%
B = 42.36%

CMYK

 C value IS 0.52

 M value IS 0.12

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#69C1DB (or 0x69C1DB) is known color: Malibu. HEX triplet: 69, C1 and DB. RGB value is (105,193,219). Sum of RGB (Red+Green+Blue) = 105+193+219=517 (68% of max value = 765). Red value is 105 (41.41% from 255 or 20.31% from 517); Green value is 193 (75.78% from 255 or 37.33% from 517); Blue value is 219 (85.94% from 255 or 42.36% from 517); Max value from RGB is 219 - color contains mainly: blue. Hex color #69C1DB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #69C1DB is #963E24. Grayscale: #A9A9A9. Windows color (decimal): -9846309 or 14401897. OLE color: 14401897.

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

Color convert

RGB 105 193 219 -
CMYK 0.52 0.12 0 0.14
HSL 193.68º 0.61% 0.64% -
HSV(B) 193.68º 0.52% 0.86% -
XYZ 37.68 46.26 73.96 -
YUV 169.65 155.85 81.89 -
System Red Green Blue C M Y K H S L
Decimal 105 193 219 0.52 0.12 0 0.14 193.68 0.61 0.64
Hex 69 C1 DB 34 C 0 E C2 3D 40
Octal 151 301 333 64 14 0 16 302 75 100
Binary 1101001 11000001 11011011 110100 1100 0 1110 11000010 111101 1000000

Color Harmonies of #69C1DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69C1DB

Black with #69C1DB

Text Example


Text Example

White with #69C1DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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