Html Css Color HEX #AFDCEB Light Blue

📋 copy color: '#AFDCEB'

red 175 ◦ green 220 ◦ blue 235

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

Shades of Light Blue #AFDCEB

Tints of Light Blue #AFDCEB

RGB

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

 GREEN value IS 220 (86.33% from 255) = 34.92%

 BLUE value IS 235 (92.19% from 255) = 37.3%

R = 27.78%
G = 34.92%
B = 37.3%

CMYK

 C value IS 0.26

 M value IS 0.06

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AFDCEB (or 0xAFDCEB) is known color: Light Blue. HEX triplet: AF, DC and EB. RGB value is (175,220,235). Sum of RGB (Red+Green+Blue) = 175+220+235=630 (83% of max value = 765). Red value is 175 (68.75% from 255 or 27.78% from 630); Green value is 220 (86.33% from 255 or 34.92% from 630); Blue value is 235 (92.19% from 255 or 37.30% from 630); Max value from RGB is 235 - color contains mainly: blue. Hex color #AFDCEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFDCEB is #502314. Grayscale: #D0D0D0. Windows color (decimal): -5251861 or 15457455. OLE color: 15457455.

HSL color Cylindrical-coordinate representation of color #AFDCEB: hue angle of 195º degrees, saturation: 0.6, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AFDCEB is Cyan = 0.26, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 175 220 235 -
CMYK 0.26 0.06 0 0.08
HSL 195º 0.6% 0.8% -
HSV(B) 195º 0.26% 0.92% -
XYZ 58.27 66.3 88.32 -
YUV 208.26 143.09 104.28 -
System Red Green Blue C M Y K H S L
Decimal 175 220 235 0.26 0.06 0 0.08 195 0.6 0.8
Hex AF DC EB 1A 6 0 8 C3 3C 50
Octal 257 334 353 32 6 0 10 303 74 120
Binary 10101111 11011100 11101011 11010 110 0 1000 11000011 111100 1010000

Color Harmonies of #AFDCEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDCEB

Black with #AFDCEB

Text Example


Text Example

White with #AFDCEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDCEB; }

 p { color: rgb(175,220,235); }

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

background-color css

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

 a { background-color: rgb(175,220,235); }

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

border-color css

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

 span { border-color: rgb(175,220,235); }

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