Html Css Color HEX #AFD6EA Light Blue

📋 copy color: '#AFD6EA'

red 175 ◦ green 214 ◦ blue 234

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

Shades of Light Blue #AFD6EA

Tints of Light Blue #AFD6EA

RGB

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

 GREEN value IS 214 (83.98% from 255) = 34.35%

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

R = 28.09%
G = 34.35%
B = 37.56%

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

#AFD6EA (or 0xAFD6EA) is known color: Light Blue. HEX triplet: AF, D6 and EA. RGB value is (175,214,234). Sum of RGB (Red+Green+Blue) = 175+214+234=623 (82% of max value = 765). Red value is 175 (68.75% from 255 or 28.09% from 623); Green value is 214 (83.98% from 255 or 34.35% from 623); Blue value is 234 (91.80% from 255 or 37.56% from 623); Max value from RGB is 234 - color contains mainly: blue. Hex color #AFD6EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFD6EA is #502915. Grayscale: #CCCCCC. Windows color (decimal): -5253398 or 15390383. OLE color: 15390383.

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

Color convert

RGB 175 214 234 -
CMYK 0.25 0.09 0 0.08
HSL 200.34º 0.58% 0.8% -
HSV(B) 200.34º 0.25% 0.92% -
XYZ 56.58 63.15 87.05 -
YUV 204.62 144.58 106.87 -
System Red Green Blue C M Y K H S L
Decimal 175 214 234 0.25 0.09 0 0.08 200.34 0.58 0.8
Hex AF D6 EA 19 9 0 8 C8 3A 50
Octal 257 326 352 31 11 0 10 310 72 120
Binary 10101111 11010110 11101010 11001 1001 0 1000 11001000 111010 1010000

Color Harmonies of #AFD6EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFD6EA

Black with #AFD6EA

Text Example


Text Example

White with #AFD6EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFD6EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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