Html Css Color HEX #AFDEED Light Blue

📋 copy color: '#AFDEED'

red 175 ◦ green 222 ◦ blue 237

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

Shades of Light Blue #AFDEED

Tints of Light Blue #AFDEED

RGB

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

 GREEN value IS 222 (87.11% from 255) = 35.02%

 BLUE value IS 237 (92.97% from 255) = 37.38%

R = 27.6%
G = 35.02%
B = 37.38%

CMYK

 C value IS 0.26

 M value IS 0.06

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AFDEED (or 0xAFDEED) is known color: Light Blue. HEX triplet: AF, DE and ED. RGB value is (175,222,237). Sum of RGB (Red+Green+Blue) = 175+222+237=634 (83% of max value = 765). Red value is 175 (68.75% from 255 or 27.60% from 634); Green value is 222 (87.11% from 255 or 35.02% from 634); Blue value is 237 (92.97% from 255 or 37.38% from 634); Max value from RGB is 237 - color contains mainly: blue. Hex color #AFDEED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFDEED is #502112. Grayscale: #D1D1D1. Windows color (decimal): -5251347 or 15589039. OLE color: 15589039.

HSL color Cylindrical-coordinate representation of color #AFDEED: hue angle of 194.52º degrees, saturation: 0.63, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AFDEED is Cyan = 0.26, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 175 222 237 -
CMYK 0.26 0.06 0 0.07
HSL 194.52º 0.63% 0.81% -
HSV(B) 194.52º 0.26% 0.93% -
XYZ 59.09 67.47 90.03 -
YUV 209.66 143.43 103.28 -
System Red Green Blue C M Y K H S L
Decimal 175 222 237 0.26 0.06 0 0.07 194.52 0.63 0.81
Hex AF DE ED 1A 6 0 7 C3 3F 51
Octal 257 336 355 32 6 0 7 303 77 121
Binary 10101111 11011110 11101101 11010 110 0 111 11000011 111111 1010001

Color Harmonies of #AFDEED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDEED

Black with #AFDEED

Text Example


Text Example

White with #AFDEED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDEED; }

 p { color: rgb(175,222,237); }

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

background-color css

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

 a { background-color: rgb(175,222,237); }

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

border-color css

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

 span { border-color: rgb(175,222,237); }

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