Html Css Color HEX #AFCEDF Light Blue

📋 copy color: '#AFCEDF'

red 175 ◦ green 206 ◦ blue 223

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

Shades of Light Blue #AFCEDF

Tints of Light Blue #AFCEDF

RGB

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

 GREEN value IS 206 (80.86% from 255) = 34.11%

 BLUE value IS 223 (87.5% from 255) = 36.92%

R = 28.97%
G = 34.11%
B = 36.92%

CMYK

 C value IS 0.22

 M value IS 0.08

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AFCEDF (or 0xAFCEDF) is known color: Light Blue. HEX triplet: AF, CE and DF. RGB value is (175,206,223). Sum of RGB (Red+Green+Blue) = 175+206+223=604 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.97% from 604); Green value is 206 (80.86% from 255 or 34.11% from 604); Blue value is 223 (87.5% from 255 or 36.92% from 604); Max value from RGB is 223 - color contains mainly: blue. Hex color #AFCEDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFCEDF is #503120. Grayscale: #C6C6C6. Windows color (decimal): -5255457 or 14667439. OLE color: 14667439.

HSL color Cylindrical-coordinate representation of color #AFCEDF: hue angle of 201.25º degrees, saturation: 0.43, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AFCEDF is Cyan = 0.22, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 175 206 223 -
CMYK 0.22 0.08 0 0.13
HSL 201.25º 0.43% 0.78% -
HSV(B) 201.25º 0.22% 0.87% -
XYZ 53.07 58.58 78.32 -
YUV 198.67 141.73 111.12 -
System Red Green Blue C M Y K H S L
Decimal 175 206 223 0.22 0.08 0 0.13 201.25 0.43 0.78
Hex AF CE DF 16 8 0 D C9 2B 4E
Octal 257 316 337 26 10 0 15 311 53 116
Binary 10101111 11001110 11011111 10110 1000 0 1101 11001001 101011 1001110

Color Harmonies of #AFCEDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFCEDF

Black with #AFCEDF

Text Example


Text Example

White with #AFCEDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFCEDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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