Html Css Color HEX #69B7DD Malibu

📋 copy color: '#69B7DD'

red 105 ◦ green 183 ◦ blue 221

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

Shades of Malibu #69B7DD

Tints of Malibu #69B7DD

RGB

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

 GREEN value IS 183 (71.88% from 255) = 35.95%

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

R = 20.63%
G = 35.95%
B = 43.42%

CMYK

 C value IS 0.52

 M value IS 0.17

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#69B7DD (or 0x69B7DD) is known color: Malibu. HEX triplet: 69, B7 and DD. RGB value is (105,183,221). Sum of RGB (Red+Green+Blue) = 105+183+221=509 (67% of max value = 765). Red value is 105 (41.41% from 255 or 20.63% from 509); Green value is 183 (71.88% from 255 or 35.95% from 509); Blue value is 221 (86.72% from 255 or 43.42% from 509); Max value from RGB is 221 - color contains mainly: blue. Hex color #69B7DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #69B7DD is #964822. Grayscale: #A3A3A3. Windows color (decimal): -9848867 or 14530409. OLE color: 14530409.

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

Color convert

RGB 105 183 221 -
CMYK 0.52 0.17 0 0.13
HSL 199.66º 0.63% 0.64% -
HSV(B) 199.66º 0.52% 0.87% -
XYZ 35.81 42.09 74.64 -
YUV 164.01 160.16 85.91 -
System Red Green Blue C M Y K H S L
Decimal 105 183 221 0.52 0.17 0 0.13 199.66 0.63 0.64
Hex 69 B7 DD 34 11 0 D C8 3F 40
Octal 151 267 335 64 21 0 15 310 77 100
Binary 1101001 10110111 11011101 110100 10001 0 1101 11001000 111111 1000000

Color Harmonies of #69B7DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69B7DD

Black with #69B7DD

Text Example


Text Example

White with #69B7DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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