Html Css Color HEX #AFD5EA Light Blue

📋 copy color: '#AFD5EA'

red 175 ◦ green 213 ◦ blue 234

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

Shades of Light Blue #AFD5EA

Tints of Light Blue #AFD5EA

RGB

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

 GREEN value IS 213 (83.59% from 255) = 34.24%

 BLUE value IS 234 (91.8% from 255) = 37.62%

R = 28.14%
G = 34.24%
B = 37.62%

CMYK

 C value IS 0.25

 M value IS 0.09

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AFD5EA (or 0xAFD5EA) is known color: Light Blue. HEX triplet: AF, D5 and EA. RGB value is (175,213,234). Sum of RGB (Red+Green+Blue) = 175+213+234=622 (82% of max value = 765). Red value is 175 (68.75% from 255 or 28.14% from 622); Green value is 213 (83.59% from 255 or 34.24% from 622); Blue value is 234 (91.80% from 255 or 37.62% from 622); Max value from RGB is 234 - color contains mainly: blue. Hex color #AFD5EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFD5EA is #502A15. Grayscale: #CBCBCB. Windows color (decimal): -5253654 or 15390127. OLE color: 15390127.

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

Color convert

RGB 175 213 234 -
CMYK 0.25 0.09 0 0.08
HSL 201.36º 0.58% 0.8% -
HSV(B) 201.36º 0.25% 0.92% -
XYZ 56.32 62.64 86.96 -
YUV 204.03 144.91 107.29 -
System Red Green Blue C M Y K H S L
Decimal 175 213 234 0.25 0.09 0 0.08 201.36 0.58 0.8
Hex AF D5 EA 19 9 0 8 C9 3A 50
Octal 257 325 352 31 11 0 10 311 72 120
Binary 10101111 11010101 11101010 11001 1001 0 1000 11001001 111010 1010000

Color Harmonies of #AFD5EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFD5EA

Black with #AFD5EA

Text Example


Text Example

White with #AFD5EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFD5EA; }

 p { color: rgb(175,213,234); }

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

background-color css

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

 a { background-color: rgb(175,213,234); }

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

border-color css

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

 span { border-color: rgb(175,213,234); }

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