Html Css Color HEX #AFDAEB Light Blue

📋 copy color: '#AFDAEB'

red 175 ◦ green 218 ◦ blue 235

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

Shades of Light Blue #AFDAEB

Tints of Light Blue #AFDAEB

RGB

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

 GREEN value IS 218 (85.55% from 255) = 34.71%

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

R = 27.87%
G = 34.71%
B = 37.42%

CMYK

 C value IS 0.26

 M value IS 0.07

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AFDAEB (or 0xAFDAEB) is known color: Light Blue. HEX triplet: AF, DA and EB. RGB value is (175,218,235). Sum of RGB (Red+Green+Blue) = 175+218+235=628 (83% of max value = 765). Red value is 175 (68.75% from 255 or 27.87% from 628); Green value is 218 (85.55% from 255 or 34.71% from 628); Blue value is 235 (92.19% from 255 or 37.42% from 628); Max value from RGB is 235 - color contains mainly: blue. Hex color #AFDAEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFDAEB is #502514. Grayscale: #CECECE. Windows color (decimal): -5252373 or 15456943. OLE color: 15456943.

HSL color Cylindrical-coordinate representation of color #AFDAEB: hue angle of 197º 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 #AFDAEB is Cyan = 0.26, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 175 218 235 -
CMYK 0.26 0.07 0 0.08
HSL 197º 0.6% 0.8% -
HSV(B) 197º 0.26% 0.92% -
XYZ 57.75 65.25 88.15 -
YUV 207.08 143.75 105.12 -
System Red Green Blue C M Y K H S L
Decimal 175 218 235 0.26 0.07 0 0.08 197 0.6 0.8
Hex AF DA EB 1A 7 0 8 C5 3C 50
Octal 257 332 353 32 7 0 10 305 74 120
Binary 10101111 11011010 11101011 11010 111 0 1000 11000101 111100 1010000

Color Harmonies of #AFDAEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDAEB

Black with #AFDAEB

Text Example


Text Example

White with #AFDAEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDAEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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