Html Css Color HEX #AFCABA Nebula

📋 copy color: '#AFCABA'

red 175 ◦ green 202 ◦ blue 186

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

Shades of Nebula #AFCABA

Tints of Nebula #AFCABA

RGB

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

 GREEN value IS 202 (79.3% from 255) = 35.88%

 BLUE value IS 186 (73.05% from 255) = 33.04%

R = 31.08%
G = 35.88%
B = 33.04%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.08

 K value IS 0.21

RGB Variations

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

Color information

#AFCABA (or 0xAFCABA) is known color: Nebula. HEX triplet: AF, CA and BA. RGB value is (175,202,186). Sum of RGB (Red+Green+Blue) = 175+202+186=563 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.08% from 563); Green value is 202 (79.30% from 255 or 35.88% from 563); Blue value is 186 (73.05% from 255 or 33.04% from 563); Max value from RGB is 202 - color contains mainly: green. Hex color #AFCABA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFCABA is #503545. Grayscale: #C0C0C0. Windows color (decimal): -5256518 or 12241583. OLE color: 12241583.

HSL color Cylindrical-coordinate representation of color #AFCABA: hue angle of 144.44º degrees, saturation: 0.2, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #AFCABA is Cyan = 0.13, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.21.

Color convert

RGB 175 202 186 -
CMYK 0.13 0 0.08 0.21
HSL 144.44º 0.2% 0.74% -
HSV(B) 144.44º 0.13% 0.79% -
XYZ 47.66 54.9 54.54 -
YUV 192.1 124.55 115.8 -
System Red Green Blue C M Y K H S L
Decimal 175 202 186 0.13 0 0.08 0.21 144.44 0.2 0.74
Hex AF CA BA D 0 8 15 90 14 4A
Octal 257 312 272 15 0 10 25 220 24 112
Binary 10101111 11001010 10111010 1101 0 1000 10101 10010000 10100 1001010

Color Harmonies of #AFCABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFCABA

Black with #AFCABA

Text Example


Text Example

White with #AFCABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFCABA; }

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

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

background-color css

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

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

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

border-color css

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

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

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