Html Css Color HEX #69BBDA Malibu

📋 copy color: '#69BBDA'

red 105 ◦ green 187 ◦ blue 218

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

Shades of Malibu #69BBDA

Tints of Malibu #69BBDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 42.75%

R = 20.59%
G = 36.67%
B = 42.75%

CMYK

 C value IS 0.52

 M value IS 0.14

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#69BBDA (or 0x69BBDA) is known color: Malibu. HEX triplet: 69, BB and DA. RGB value is (105,187,218). Sum of RGB (Red+Green+Blue) = 105+187+218=510 (67% of max value = 765). Red value is 105 (41.41% from 255 or 20.59% from 510); Green value is 187 (73.44% from 255 or 36.67% from 510); Blue value is 218 (85.55% from 255 or 42.75% from 510); Max value from RGB is 218 - color contains mainly: blue. Hex color #69BBDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #69BBDA is #964425. Grayscale: #A5A5A5. Windows color (decimal): -9847846 or 14334825. OLE color: 14334825.

HSL color Cylindrical-coordinate representation of color #69BBDA: hue angle of 196.46º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #69BBDA is Cyan = 0.52, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 105 187 218 -
CMYK 0.52 0.14 0 0.15
HSL 196.46º 0.6% 0.63% -
HSV(B) 196.46º 0.52% 0.85% -
XYZ 36.25 43.61 72.84 -
YUV 166.02 157.33 84.48 -
System Red Green Blue C M Y K H S L
Decimal 105 187 218 0.52 0.14 0 0.15 196.46 0.6 0.63
Hex 69 BB DA 34 E 0 F C4 3C 3F
Octal 151 273 332 64 16 0 17 304 74 77
Binary 1101001 10111011 11011010 110100 1110 0 1111 11000100 111100 111111

Color Harmonies of #69BBDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69BBDA

Black with #69BBDA

Text Example


Text Example

White with #69BBDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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