Html Css Color HEX #69BBDC Malibu

📋 copy color: '#69BBDC'

red 105 ◦ green 187 ◦ blue 220

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

Shades of Malibu #69BBDC

Tints of Malibu #69BBDC

RGB

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

 GREEN value IS 187 (73.44% from 255) = 36.52%

 BLUE value IS 220 (86.33% from 255) = 42.97%

R = 20.51%
G = 36.52%
B = 42.97%

CMYK

 C value IS 0.52

 M value IS 0.15

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#69BBDC (or 0x69BBDC) is known color: Malibu. HEX triplet: 69, BB and DC. RGB value is (105,187,220). Sum of RGB (Red+Green+Blue) = 105+187+220=512 (67% of max value = 765). Red value is 105 (41.41% from 255 or 20.51% from 512); Green value is 187 (73.44% from 255 or 36.52% from 512); Blue value is 220 (86.33% from 255 or 42.97% from 512); Max value from RGB is 220 - color contains mainly: blue. Hex color #69BBDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #69BBDC is #964423. Grayscale: #A6A6A6. Windows color (decimal): -9847844 or 14465897. OLE color: 14465897.

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

Color convert

RGB 105 187 220 -
CMYK 0.52 0.15 0 0.14
HSL 197.22º 0.62% 0.64% -
HSV(B) 197.22º 0.52% 0.86% -
XYZ 36.51 43.71 74.22 -
YUV 166.24 158.33 84.32 -
System Red Green Blue C M Y K H S L
Decimal 105 187 220 0.52 0.15 0 0.14 197.22 0.62 0.64
Hex 69 BB DC 34 F 0 E C5 3E 40
Octal 151 273 334 64 17 0 16 305 76 100
Binary 1101001 10111011 11011100 110100 1111 0 1110 11000101 111110 1000000

Color Harmonies of #69BBDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69BBDC

Black with #69BBDC

Text Example


Text Example

White with #69BBDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,187,220); }

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

background-color css

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

 a { background-color: rgb(105,187,220); }

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

border-color css

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

 span { border-color: rgb(105,187,220); }

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