Html Css Color HEX #AFD2E6 Light Blue

📋 copy color: '#AFD2E6'

red 175 ◦ green 210 ◦ blue 230

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

Shades of Light Blue #AFD2E6

Tints of Light Blue #AFD2E6

RGB

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

 GREEN value IS 210 (82.42% from 255) = 34.15%

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

R = 28.46%
G = 34.15%
B = 37.4%

CMYK

 C value IS 0.24

 M value IS 0.09

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#AFD2E6 (or 0xAFD2E6) is known color: Light Blue. HEX triplet: AF, D2 and E6. RGB value is (175,210,230). Sum of RGB (Red+Green+Blue) = 175+210+230=615 (81% of max value = 765). Red value is 175 (68.75% from 255 or 28.46% from 615); Green value is 210 (82.42% from 255 or 34.15% from 615); Blue value is 230 (90.23% from 255 or 37.40% from 615); Max value from RGB is 230 - color contains mainly: blue. Hex color #AFD2E6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFD2E6 is #502D19. Grayscale: #C9C9C9. Windows color (decimal): -5254426 or 15127215. OLE color: 15127215.

HSL color Cylindrical-coordinate representation of color #AFD2E6: hue angle of 201.82º 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 #AFD2E6 is Cyan = 0.24, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 175 210 230 -
CMYK 0.24 0.09 0 0.10
HSL 201.82º 0.52% 0.79% -
HSV(B) 201.82º 0.24% 0.9% -
XYZ 55.01 60.92 83.72 -
YUV 201.82 143.9 108.87 -
System Red Green Blue C M Y K H S L
Decimal 175 210 230 0.24 0.09 0 0.10 201.82 0.52 0.79
Hex AF D2 E6 18 9 0 A CA 34 4F
Octal 257 322 346 30 11 0 12 312 64 117
Binary 10101111 11010010 11100110 11000 1001 0 1010 11001010 110100 1001111

Color Harmonies of #AFD2E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFD2E6

Black with #AFD2E6

Text Example


Text Example

White with #AFD2E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFD2E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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