Html Css Color HEX #69AFDD Malibu

📋 copy color: '#69AFDD'

red 105 ◦ green 175 ◦ blue 221

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

Shades of Malibu #69AFDD

Tints of Malibu #69AFDD

RGB

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

 GREEN value IS 175 (68.75% from 255) = 34.93%

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

R = 20.96%
G = 34.93%
B = 44.11%

CMYK

 C value IS 0.52

 M value IS 0.21

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#69AFDD (or 0x69AFDD) is known color: Malibu. HEX triplet: 69, AF and DD. RGB value is (105,175,221). Sum of RGB (Red+Green+Blue) = 105+175+221=501 (66% of max value = 765). Red value is 105 (41.41% from 255 or 20.96% from 501); Green value is 175 (68.75% from 255 or 34.93% from 501); Blue value is 221 (86.72% from 255 or 44.11% from 501); Max value from RGB is 221 - color contains mainly: blue. Hex color #69AFDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #69AFDD is #965022. Grayscale: #9F9F9F. Windows color (decimal): -9850915 or 14528361. OLE color: 14528361.

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

Color convert

RGB 105 175 221 -
CMYK 0.52 0.21 0 0.13
HSL 203.79º 0.63% 0.64% -
HSV(B) 203.79º 0.52% 0.87% -
XYZ 34.21 38.88 74.11 -
YUV 159.31 162.81 89.26 -
System Red Green Blue C M Y K H S L
Decimal 105 175 221 0.52 0.21 0 0.13 203.79 0.63 0.64
Hex 69 AF DD 34 15 0 D CC 3F 40
Octal 151 257 335 64 25 0 15 314 77 100
Binary 1101001 10101111 11011101 110100 10101 0 1101 11001100 111111 1000000

Color Harmonies of #69AFDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69AFDD

Black with #69AFDD

Text Example


Text Example

White with #69AFDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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