Html Css Color HEX #69C6DB Malibu

📋 copy color: '#69C6DB'

red 105 ◦ green 198 ◦ blue 219

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

Shades of Malibu #69C6DB

Tints of Malibu #69C6DB

RGB

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

 GREEN value IS 198 (77.73% from 255) = 37.93%

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

R = 20.11%
G = 37.93%
B = 41.95%

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

#69C6DB (or 0x69C6DB) is known color: Malibu. HEX triplet: 69, C6 and DB. RGB value is (105,198,219). Sum of RGB (Red+Green+Blue) = 105+198+219=522 (69% of max value = 765). Red value is 105 (41.41% from 255 or 20.11% from 522); Green value is 198 (77.73% from 255 or 37.93% from 522); Blue value is 219 (85.94% from 255 or 41.95% from 522); Max value from RGB is 219 - color contains mainly: blue. Hex color #69C6DB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #69C6DB is #963924. Grayscale: #ACACAC. Windows color (decimal): -9845029 or 14403177. OLE color: 14403177.

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

Color convert

RGB 105 198 219 -
CMYK 0.52 0.10 0 0.14
HSL 191.05º 0.61% 0.64% -
HSV(B) 191.05º 0.52% 0.86% -
XYZ 38.81 48.51 74.34 -
YUV 172.59 154.19 79.79 -
System Red Green Blue C M Y K H S L
Decimal 105 198 219 0.52 0.10 0 0.14 191.05 0.61 0.64
Hex 69 C6 DB 34 A 0 E BF 3D 40
Octal 151 306 333 64 12 0 16 277 75 100
Binary 1101001 11000110 11011011 110100 1010 0 1110 10111111 111101 1000000

Color Harmonies of #69C6DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69C6DB

Black with #69C6DB

Text Example


Text Example

White with #69C6DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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