Html Css Color HEX #AFD4E6 Light Blue

📋 copy color: '#AFD4E6'

red 175 ◦ green 212 ◦ blue 230

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

Shades of Light Blue #AFD4E6

Tints of Light Blue #AFD4E6

RGB

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

 GREEN value IS 212 (83.2% from 255) = 34.36%

 BLUE value IS 230 (90.23% from 255) = 37.28%

R = 28.36%
G = 34.36%
B = 37.28%

CMYK

 C value IS 0.24

 M value IS 0.08

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#AFD4E6 (or 0xAFD4E6) is known color: Light Blue. HEX triplet: AF, D4 and E6. RGB value is (175,212,230). Sum of RGB (Red+Green+Blue) = 175+212+230=617 (81% of max value = 765). Red value is 175 (68.75% from 255 or 28.36% from 617); Green value is 212 (83.20% from 255 or 34.36% from 617); Blue value is 230 (90.23% from 255 or 37.28% from 617); Max value from RGB is 230 - color contains mainly: blue. Hex color #AFD4E6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFD4E6 is #502B19. Grayscale: #CACACA. Windows color (decimal): -5253914 or 15127727. OLE color: 15127727.

HSL color Cylindrical-coordinate representation of color #AFD4E6: hue angle of 199.64º degrees, saturation: 0.52, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AFD4E6 is Cyan = 0.24, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 175 212 230 -
CMYK 0.24 0.08 0 0.10
HSL 199.64º 0.52% 0.79% -
HSV(B) 199.64º 0.24% 0.9% -
XYZ 55.51 61.91 83.89 -
YUV 202.99 143.24 108.04 -
System Red Green Blue C M Y K H S L
Decimal 175 212 230 0.24 0.08 0 0.10 199.64 0.52 0.79
Hex AF D4 E6 18 8 0 A C8 34 4F
Octal 257 324 346 30 10 0 12 310 64 117
Binary 10101111 11010100 11100110 11000 1000 0 1010 11001000 110100 1001111

Color Harmonies of #AFD4E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFD4E6

Black with #AFD4E6

Text Example


Text Example

White with #AFD4E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFD4E6; }

 p { color: rgb(175,212,230); }

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

background-color css

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

 a { background-color: rgb(175,212,230); }

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

border-color css

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

 span { border-color: rgb(175,212,230); }

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