Html Css Color HEX #AECFCC Sinbad

📋 copy color: '#AECFCC'

red 174 ◦ green 207 ◦ blue 204

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

Shades of Sinbad #AECFCC

Tints of Sinbad #AECFCC

RGB

 RED value IS 174 (68.36% from 255) = 29.74%

 GREEN value IS 207 (81.25% from 255) = 35.38%

 BLUE value IS 204 (80.08% from 255) = 34.87%

R = 29.74%
G = 35.38%
B = 34.87%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.01

 K value IS 0.19

RGB Variations

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

Color information

#AECFCC (or 0xAECFCC) is known color: Sinbad. HEX triplet: AE, CF and CC. RGB value is (174,207,204). Sum of RGB (Red+Green+Blue) = 174+207+204=585 (77% of max value = 765). Red value is 174 (68.36% from 255 or 29.74% from 585); Green value is 207 (81.25% from 255 or 35.38% from 585); Blue value is 204 (80.08% from 255 or 34.87% from 585); Max value from RGB is 207 - color contains mainly: green. Hex color #AECFCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AECFCC is #513033. Grayscale: #C4C4C4. Windows color (decimal): -5320756 or 13422510. OLE color: 13422510.

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

Color convert

RGB 174 207 204 -
CMYK 0.16 0 0.01 0.19
HSL 174.55º 0.26% 0.75% -
HSV(B) 174.55º 0.16% 0.81% -
XYZ 50.67 57.98 65.65 -
YUV 196.79 132.07 111.74 -
System Red Green Blue C M Y K H S L
Decimal 174 207 204 0.16 0 0.01 0.19 174.55 0.26 0.75
Hex AE CF CC 10 0 1 13 AF 1A 4B
Octal 256 317 314 20 0 1 23 257 32 113
Binary 10101110 11001111 11001100 10000 0 1 10011 10101111 11010 1001011

Color Harmonies of #AECFCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AECFCC

Black with #AECFCC

Text Example


Text Example

White with #AECFCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AECFCC; }

 p { color: rgb(174,207,204); }

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

background-color css

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

 a { background-color: rgb(174,207,204); }

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

border-color css

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

 span { border-color: rgb(174,207,204); }

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