Html Css Color HEX #69B3DD Malibu

📋 copy color: '#69B3DD'

red 105 ◦ green 179 ◦ blue 221

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

Shades of Malibu #69B3DD

Tints of Malibu #69B3DD

RGB

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

 GREEN value IS 179 (70.31% from 255) = 35.45%

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

R = 20.79%
G = 35.45%
B = 43.76%

CMYK

 C value IS 0.52

 M value IS 0.19

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#69B3DD (or 0x69B3DD) is known color: Malibu. HEX triplet: 69, B3 and DD. RGB value is (105,179,221). Sum of RGB (Red+Green+Blue) = 105+179+221=505 (66% of max value = 765). Red value is 105 (41.41% from 255 or 20.79% from 505); Green value is 179 (70.31% from 255 or 35.45% from 505); Blue value is 221 (86.72% from 255 or 43.76% from 505); Max value from RGB is 221 - color contains mainly: blue. Hex color #69B3DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #69B3DD is #964C22. Grayscale: #A1A1A1. Windows color (decimal): -9849891 or 14529385. OLE color: 14529385.

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

Color convert

RGB 105 179 221 -
CMYK 0.52 0.19 0 0.13
HSL 201.72º 0.63% 0.64% -
HSV(B) 201.72º 0.52% 0.87% -
XYZ 35 40.46 74.37 -
YUV 161.66 161.48 87.58 -
System Red Green Blue C M Y K H S L
Decimal 105 179 221 0.52 0.19 0 0.13 201.72 0.63 0.64
Hex 69 B3 DD 34 13 0 D CA 3F 40
Octal 151 263 335 64 23 0 15 312 77 100
Binary 1101001 10110011 11011101 110100 10011 0 1101 11001010 111111 1000000

Color Harmonies of #69B3DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69B3DD

Black with #69B3DD

Text Example


Text Example

White with #69B3DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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