Html Css Color HEX #AECFCA Sinbad

📋 copy color: '#AECFCA'

red 174 ◦ green 207 ◦ blue 202

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

Shades of Sinbad #AECFCA

Tints of Sinbad #AECFCA

RGB

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

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

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

R = 29.85%
G = 35.51%
B = 34.65%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.02

 K value IS 0.19

RGB Variations

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

Color information

#AECFCA (or 0xAECFCA) is known color: Sinbad. HEX triplet: AE, CF and CA. RGB value is (174,207,202). Sum of RGB (Red+Green+Blue) = 174+207+202=583 (77% of max value = 765). Red value is 174 (68.36% from 255 or 29.85% from 583); Green value is 207 (81.25% from 255 or 35.51% from 583); Blue value is 202 (79.30% from 255 or 34.65% from 583); Max value from RGB is 207 - color contains mainly: green. Hex color #AECFCA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AECFCA is #513035. Grayscale: #C4C4C4. Windows color (decimal): -5320758 or 13291438. OLE color: 13291438.

HSL color Cylindrical-coordinate representation of color #AECFCA: hue angle of 170.91º 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 #AECFCA is Cyan = 0.16, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.19.

Color convert

RGB 174 207 202 -
CMYK 0.16 0 0.02 0.19
HSL 170.91º 0.26% 0.75% -
HSV(B) 170.91º 0.16% 0.81% -
XYZ 50.43 57.89 64.39 -
YUV 196.56 131.07 111.91 -
System Red Green Blue C M Y K H S L
Decimal 174 207 202 0.16 0 0.02 0.19 170.91 0.26 0.75
Hex AE CF CA 10 0 2 13 AB 1A 4B
Octal 256 317 312 20 0 2 23 253 32 113
Binary 10101110 11001111 11001010 10000 0 10 10011 10101011 11010 1001011

Color Harmonies of #AECFCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AECFCA

Black with #AECFCA

Text Example


Text Example

White with #AECFCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AECFCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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