Html Css Color HEX #AFCECA Sinbad

📋 copy color: '#AFCECA'

red 175 ◦ green 206 ◦ blue 202

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

Shades of Sinbad #AFCECA

Tints of Sinbad #AFCECA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 34.65%

R = 30.02%
G = 35.33%
B = 34.65%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.02

 K value IS 0.19

RGB Variations

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

Color information

#AFCECA (or 0xAFCECA) is known color: Sinbad. HEX triplet: AF, CE and CA. RGB value is (175,206,202). Sum of RGB (Red+Green+Blue) = 175+206+202=583 (77% of max value = 765). Red value is 175 (68.75% from 255 or 30.02% from 583); Green value is 206 (80.86% from 255 or 35.33% from 583); Blue value is 202 (79.30% from 255 or 34.65% from 583); Max value from RGB is 206 - color contains mainly: green. Hex color #AFCECA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFCECA is #503135. Grayscale: #C4C4C4. Windows color (decimal): -5255478 or 13291183. OLE color: 13291183.

HSL color Cylindrical-coordinate representation of color #AFCECA: hue angle of 172.26º degrees, saturation: 0.24, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AFCECA is Cyan = 0.15, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.19.

Color convert

RGB 175 206 202 -
CMYK 0.15 0 0.02 0.19
HSL 172.26º 0.24% 0.75% -
HSV(B) 172.26º 0.15% 0.81% -
XYZ 50.41 57.52 64.32 -
YUV 196.28 131.23 112.83 -
System Red Green Blue C M Y K H S L
Decimal 175 206 202 0.15 0 0.02 0.19 172.26 0.24 0.75
Hex AF CE CA F 0 2 13 AC 18 4B
Octal 257 316 312 17 0 2 23 254 30 113
Binary 10101111 11001110 11001010 1111 0 10 10011 10101100 11000 1001011

Color Harmonies of #AFCECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFCECA

Black with #AFCECA

Text Example


Text Example

White with #AFCECA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFCECA; }

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

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

background-color css

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

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

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

border-color css

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

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

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