Html Css Color HEX #69AFDB Malibu

📋 copy color: '#69AFDB'

red 105 ◦ green 175 ◦ blue 219

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

Shades of Malibu #69AFDB

Tints of Malibu #69AFDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 43.89%

R = 21.04%
G = 35.07%
B = 43.89%

CMYK

 C value IS 0.52

 M value IS 0.20

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#69AFDB (or 0x69AFDB) is known color: Malibu. HEX triplet: 69, AF and DB. RGB value is (105,175,219). Sum of RGB (Red+Green+Blue) = 105+175+219=499 (66% of max value = 765). Red value is 105 (41.41% from 255 or 21.04% from 499); Green value is 175 (68.75% from 255 or 35.07% from 499); Blue value is 219 (85.94% from 255 or 43.89% from 499); Max value from RGB is 219 - color contains mainly: blue. Hex color #69AFDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #69AFDB is #965024. Grayscale: #9E9E9E. Windows color (decimal): -9850917 or 14397289. OLE color: 14397289.

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

Color convert

RGB 105 175 219 -
CMYK 0.52 0.20 0 0.14
HSL 203.16º 0.61% 0.64% -
HSV(B) 203.16º 0.52% 0.86% -
XYZ 33.94 38.78 72.71 -
YUV 159.09 161.81 89.42 -
System Red Green Blue C M Y K H S L
Decimal 105 175 219 0.52 0.20 0 0.14 203.16 0.61 0.64
Hex 69 AF DB 34 14 0 E CB 3D 40
Octal 151 257 333 64 24 0 16 313 75 100
Binary 1101001 10101111 11011011 110100 10100 0 1110 11001011 111101 1000000

Color Harmonies of #69AFDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69AFDB

Black with #69AFDB

Text Example


Text Example

White with #69AFDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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