Html Css Color HEX #AECFCB Sinbad

📋 copy color: '#AECFCB'

red 174 ◦ green 207 ◦ blue 203

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

Shades of Sinbad #AECFCB

Tints of Sinbad #AECFCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 34.76%

R = 29.79%
G = 35.45%
B = 34.76%

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

#AECFCB (or 0xAECFCB) is known color: Sinbad. HEX triplet: AE, CF and CB. RGB value is (174,207,203). Sum of RGB (Red+Green+Blue) = 174+207+203=584 (77% of max value = 765). Red value is 174 (68.36% from 255 or 29.79% from 584); Green value is 207 (81.25% from 255 or 35.45% from 584); Blue value is 203 (79.69% from 255 or 34.76% from 584); Max value from RGB is 207 - color contains mainly: green. Hex color #AECFCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AECFCB is #513034. Grayscale: #C4C4C4. Windows color (decimal): -5320757 or 13356974. OLE color: 13356974.

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

Color convert

RGB 174 207 203 -
CMYK 0.16 0 0.02 0.19
HSL 172.73º 0.26% 0.75% -
HSV(B) 172.73º 0.16% 0.81% -
XYZ 50.55 57.94 65.02 -
YUV 196.68 131.57 111.83 -
System Red Green Blue C M Y K H S L
Decimal 174 207 203 0.16 0 0.02 0.19 172.73 0.26 0.75
Hex AE CF CB 10 0 2 13 AD 1A 4B
Octal 256 317 313 20 0 2 23 255 32 113
Binary 10101110 11001111 11001011 10000 0 10 10011 10101101 11010 1001011

Color Harmonies of #AECFCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AECFCB

Black with #AECFCB

Text Example


Text Example

White with #AECFCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AECFCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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