Html Css Color HEX #AFDEEB Light Blue

📋 copy color: '#AFDEEB'

red 175 ◦ green 222 ◦ blue 235

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

Shades of Light Blue #AFDEEB

Tints of Light Blue #AFDEEB

RGB

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

 GREEN value IS 222 (87.11% from 255) = 35.13%

 BLUE value IS 235 (92.19% from 255) = 37.18%

R = 27.69%
G = 35.13%
B = 37.18%

CMYK

 C value IS 0.26

 M value IS 0.06

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AFDEEB (or 0xAFDEEB) is known color: Light Blue. HEX triplet: AF, DE and EB. RGB value is (175,222,235). Sum of RGB (Red+Green+Blue) = 175+222+235=632 (83% of max value = 765). Red value is 175 (68.75% from 255 or 27.69% from 632); Green value is 222 (87.11% from 255 or 35.13% from 632); Blue value is 235 (92.19% from 255 or 37.18% from 632); Max value from RGB is 235 - color contains mainly: blue. Hex color #AFDEEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFDEEB is #502114. Grayscale: #D1D1D1. Windows color (decimal): -5251349 or 15457967. OLE color: 15457967.

HSL color Cylindrical-coordinate representation of color #AFDEEB: hue angle of 193º degrees, saturation: 0.6, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AFDEEB is Cyan = 0.26, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 175 222 235 -
CMYK 0.26 0.06 0 0.08
HSL 193º 0.6% 0.8% -
HSV(B) 193º 0.26% 0.92% -
XYZ 58.8 67.35 88.5 -
YUV 209.43 142.43 103.44 -
System Red Green Blue C M Y K H S L
Decimal 175 222 235 0.26 0.06 0 0.08 193 0.6 0.8
Hex AF DE EB 1A 6 0 8 C1 3C 50
Octal 257 336 353 32 6 0 10 301 74 120
Binary 10101111 11011110 11101011 11010 110 0 1000 11000001 111100 1010000

Color Harmonies of #AFDEEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDEEB

Black with #AFDEEB

Text Example


Text Example

White with #AFDEEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDEEB; }

 p { color: rgb(175,222,235); }

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

background-color css

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

 a { background-color: rgb(175,222,235); }

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

border-color css

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

 span { border-color: rgb(175,222,235); }

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