Html Css Color HEX #AFDBED Light Blue

📋 copy color: '#AFDBED'

red 175 ◦ green 219 ◦ blue 237

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

Shades of Light Blue #AFDBED

Tints of Light Blue #AFDBED

RGB

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

 GREEN value IS 219 (85.94% from 255) = 34.71%

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

R = 27.73%
G = 34.71%
B = 37.56%

CMYK

 C value IS 0.26

 M value IS 0.08

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AFDBED (or 0xAFDBED) is known color: Light Blue. HEX triplet: AF, DB and ED. RGB value is (175,219,237). Sum of RGB (Red+Green+Blue) = 175+219+237=631 (83% of max value = 765). Red value is 175 (68.75% from 255 or 27.73% from 631); Green value is 219 (85.94% from 255 or 34.71% from 631); Blue value is 237 (92.97% from 255 or 37.56% from 631); Max value from RGB is 237 - color contains mainly: blue. Hex color #AFDBED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFDBED is #502412. Grayscale: #CFCFCF. Windows color (decimal): -5252115 or 15588271. OLE color: 15588271.

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

Color convert

RGB 175 219 237 -
CMYK 0.26 0.08 0 0.07
HSL 197.42º 0.63% 0.81% -
HSV(B) 197.42º 0.26% 0.93% -
XYZ 58.3 65.89 89.77 -
YUV 207.9 144.42 104.54 -
System Red Green Blue C M Y K H S L
Decimal 175 219 237 0.26 0.08 0 0.07 197.42 0.63 0.81
Hex AF DB ED 1A 8 0 7 C5 3F 51
Octal 257 333 355 32 10 0 7 305 77 121
Binary 10101111 11011011 11101101 11010 1000 0 111 11000101 111111 1010001

Color Harmonies of #AFDBED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDBED

Black with #AFDBED

Text Example


Text Example

White with #AFDBED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDBED; }

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

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

background-color css

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

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

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

border-color css

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

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

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