Html Css Color HEX #AFDEEE Light Blue

📋 copy color: '#AFDEEE'

red 175 ◦ green 222 ◦ blue 238

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

Shades of Light Blue #AFDEEE

Tints of Light Blue #AFDEEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 37.48%

R = 27.56%
G = 34.96%
B = 37.48%

CMYK

 C value IS 0.26

 M value IS 0.07

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AFDEEE (or 0xAFDEEE) is known color: Light Blue. HEX triplet: AF, DE and EE. RGB value is (175,222,238). Sum of RGB (Red+Green+Blue) = 175+222+238=635 (84% of max value = 765). Red value is 175 (68.75% from 255 or 27.56% from 635); Green value is 222 (87.11% from 255 or 34.96% from 635); Blue value is 238 (93.36% from 255 or 37.48% from 635); Max value from RGB is 238 - color contains mainly: blue. Hex color #AFDEEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFDEEE is #502111. Grayscale: #D1D1D1. Windows color (decimal): -5251346 or 15654575. OLE color: 15654575.

HSL color Cylindrical-coordinate representation of color #AFDEEE: hue angle of 195.24º degrees, saturation: 0.65, 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 #AFDEEE is Cyan = 0.26, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 175 222 238 -
CMYK 0.26 0.07 0 0.07
HSL 195.24º 0.65% 0.81% -
HSV(B) 195.24º 0.26% 0.93% -
XYZ 59.23 67.53 90.8 -
YUV 209.77 143.93 103.2 -
System Red Green Blue C M Y K H S L
Decimal 175 222 238 0.26 0.07 0 0.07 195.24 0.65 0.81
Hex AF DE EE 1A 7 0 7 C3 41 51
Octal 257 336 356 32 7 0 7 303 101 121
Binary 10101111 11011110 11101110 11010 111 0 111 11000011 1000001 1010001

Color Harmonies of #AFDEEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDEEE

Black with #AFDEEE

Text Example


Text Example

White with #AFDEEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDEEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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