Html Css Color HEX #69B0DD Malibu

📋 copy color: '#69B0DD'

red 105 ◦ green 176 ◦ blue 221

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

Shades of Malibu #69B0DD

Tints of Malibu #69B0DD

RGB

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

 GREEN value IS 176 (69.14% from 255) = 35.06%

 BLUE value IS 221 (86.72% from 255) = 44.02%

R = 20.92%
G = 35.06%
B = 44.02%

CMYK

 C value IS 0.52

 M value IS 0.20

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#69B0DD (or 0x69B0DD) is known color: Malibu. HEX triplet: 69, B0 and DD. RGB value is (105,176,221). Sum of RGB (Red+Green+Blue) = 105+176+221=502 (66% of max value = 765). Red value is 105 (41.41% from 255 or 20.92% from 502); Green value is 176 (69.14% from 255 or 35.06% from 502); Blue value is 221 (86.72% from 255 or 44.02% from 502); Max value from RGB is 221 - color contains mainly: blue. Hex color #69B0DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #69B0DD is #964F22. Grayscale: #9F9F9F. Windows color (decimal): -9850659 or 14528617. OLE color: 14528617.

HSL color Cylindrical-coordinate representation of color #69B0DD: hue angle of 203.28º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #69B0DD is Cyan = 0.52, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 105 176 221 -
CMYK 0.52 0.20 0 0.13
HSL 203.28º 0.63% 0.64% -
HSV(B) 203.28º 0.52% 0.87% -
XYZ 34.4 39.27 74.17 -
YUV 159.9 162.48 88.84 -
System Red Green Blue C M Y K H S L
Decimal 105 176 221 0.52 0.20 0 0.13 203.28 0.63 0.64
Hex 69 B0 DD 34 14 0 D CB 3F 40
Octal 151 260 335 64 24 0 15 313 77 100
Binary 1101001 10110000 11011101 110100 10100 0 1101 11001011 111111 1000000

Color Harmonies of #69B0DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69B0DD

Black with #69B0DD

Text Example


Text Example

White with #69B0DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,176,221); }

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

background-color css

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

 a { background-color: rgb(105,176,221); }

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

border-color css

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

 span { border-color: rgb(105,176,221); }

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