Html Css Color HEX #AFDFED Light Blue

📋 copy color: '#AFDFED'

red 175 ◦ green 223 ◦ blue 237

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

Shades of Light Blue #AFDFED

Tints of Light Blue #AFDFED

RGB

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

 GREEN value IS 223 (87.5% from 255) = 35.12%

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

R = 27.56%
G = 35.12%
B = 37.32%

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

#AFDFED (or 0xAFDFED) is known color: Light Blue. HEX triplet: AF, DF and ED. RGB value is (175,223,237). Sum of RGB (Red+Green+Blue) = 175+223+237=635 (84% of max value = 765). Red value is 175 (68.75% from 255 or 27.56% from 635); Green value is 223 (87.5% from 255 or 35.12% from 635); Blue value is 237 (92.97% from 255 or 37.32% from 635); Max value from RGB is 237 - color contains mainly: blue. Hex color #AFDFED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFDFED is #502012. Grayscale: #D2D2D2. Windows color (decimal): -5251091 or 15589295. OLE color: 15589295.

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

Color convert

RGB 175 223 237 -
CMYK 0.26 0.06 0 0.07
HSL 193.55º 0.63% 0.81% -
HSV(B) 193.55º 0.26% 0.93% -
XYZ 59.35 68 90.12 -
YUV 210.24 143.1 102.86 -
System Red Green Blue C M Y K H S L
Decimal 175 223 237 0.26 0.06 0 0.07 193.55 0.63 0.81
Hex AF DF ED 1A 6 0 7 C2 3F 51
Octal 257 337 355 32 6 0 7 302 77 121
Binary 10101111 11011111 11101101 11010 110 0 111 11000010 111111 1010001

Color Harmonies of #AFDFED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDFED

Black with #AFDFED

Text Example


Text Example

White with #AFDFED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDFED; }

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

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

background-color css

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

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

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

border-color css

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

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

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