Html Css Color HEX #AFDBE9 Light Blue

📋 copy color: '#AFDBE9'

red 175 ◦ green 219 ◦ blue 233

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

Shades of Light Blue #AFDBE9

Tints of Light Blue #AFDBE9

RGB

 RED value IS 175 (68.75% from 255) = 27.91%

 GREEN value IS 219 (85.94% from 255) = 34.93%

 BLUE value IS 233 (91.41% from 255) = 37.16%

R = 27.91%
G = 34.93%
B = 37.16%

CMYK

 C value IS 0.25

 M value IS 0.06

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#AFDBE9 (or 0xAFDBE9) is known color: Light Blue. HEX triplet: AF, DB and E9. RGB value is (175,219,233). Sum of RGB (Red+Green+Blue) = 175+219+233=627 (83% of max value = 765). Red value is 175 (68.75% from 255 or 27.91% from 627); Green value is 219 (85.94% from 255 or 34.93% from 627); Blue value is 233 (91.41% from 255 or 37.16% from 627); Max value from RGB is 233 - color contains mainly: blue. Hex color #AFDBE9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFDBE9 is #502416. Grayscale: #CFCFCF. Windows color (decimal): -5252119 or 15326127. OLE color: 15326127.

HSL color Cylindrical-coordinate representation of color #AFDBE9: hue angle of 194.48º degrees, saturation: 0.57, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AFDBE9 is Cyan = 0.25, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 175 219 233 -
CMYK 0.25 0.06 0 0.09
HSL 194.48º 0.57% 0.8% -
HSV(B) 194.48º 0.25% 0.91% -
XYZ 57.72 65.66 86.72 -
YUV 207.44 142.42 104.86 -
System Red Green Blue C M Y K H S L
Decimal 175 219 233 0.25 0.06 0 0.09 194.48 0.57 0.8
Hex AF DB E9 19 6 0 9 C2 39 50
Octal 257 333 351 31 6 0 11 302 71 120
Binary 10101111 11011011 11101001 11001 110 0 1001 11000010 111001 1010000

Color Harmonies of #AFDBE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDBE9

Black with #AFDBE9

Text Example


Text Example

White with #AFDBE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDBE9; }

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

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

background-color css

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

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

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

border-color css

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

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

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