Html Css Color HEX #AFDCEA Light Blue

📋 copy color: '#AFDCEA'

red 175 ◦ green 220 ◦ blue 234

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

Shades of Light Blue #AFDCEA

Tints of Light Blue #AFDCEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 37.2%

R = 27.82%
G = 34.98%
B = 37.2%

CMYK

 C value IS 0.25

 M value IS 0.06

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AFDCEA (or 0xAFDCEA) is known color: Light Blue. HEX triplet: AF, DC and EA. RGB value is (175,220,234). Sum of RGB (Red+Green+Blue) = 175+220+234=629 (83% of max value = 765). Red value is 175 (68.75% from 255 or 27.82% from 629); Green value is 220 (86.33% from 255 or 34.98% from 629); Blue value is 234 (91.80% from 255 or 37.20% from 629); Max value from RGB is 234 - color contains mainly: blue. Hex color #AFDCEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFDCEA is #502315. Grayscale: #D0D0D0. Windows color (decimal): -5251862 or 15391919. OLE color: 15391919.

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

Color convert

RGB 175 220 234 -
CMYK 0.25 0.06 0 0.08
HSL 194.24º 0.58% 0.8% -
HSV(B) 194.24º 0.25% 0.92% -
XYZ 58.12 66.24 87.56 -
YUV 208.14 142.59 104.36 -
System Red Green Blue C M Y K H S L
Decimal 175 220 234 0.25 0.06 0 0.08 194.24 0.58 0.8
Hex AF DC EA 19 6 0 8 C2 3A 50
Octal 257 334 352 31 6 0 10 302 72 120
Binary 10101111 11011100 11101010 11001 110 0 1000 11000010 111010 1010000

Color Harmonies of #AFDCEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDCEA

Black with #AFDCEA

Text Example


Text Example

White with #AFDCEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDCEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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