Html Css Color HEX #AFCBBB Nebula

📋 copy color: '#AFCBBB'

red 175 ◦ green 203 ◦ blue 187

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

Shades of Nebula #AFCBBB

Tints of Nebula #AFCBBB

RGB

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

 GREEN value IS 203 (79.69% from 255) = 35.93%

 BLUE value IS 187 (73.44% from 255) = 33.1%

R = 30.97%
G = 35.93%
B = 33.1%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.08

 K value IS 0.20

RGB Variations

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

Color information

#AFCBBB (or 0xAFCBBB) is known color: Nebula. HEX triplet: AF, CB and BB. RGB value is (175,203,187). Sum of RGB (Red+Green+Blue) = 175+203+187=565 (74% of max value = 765). Red value is 175 (68.75% from 255 or 30.97% from 565); Green value is 203 (79.69% from 255 or 35.93% from 565); Blue value is 187 (73.44% from 255 or 33.10% from 565); Max value from RGB is 203 - color contains mainly: green. Hex color #AFCBBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFCBBB is #503444. Grayscale: #C0C0C0. Windows color (decimal): -5256261 or 12307375. OLE color: 12307375.

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

Color convert

RGB 175 203 187 -
CMYK 0.14 0 0.08 0.20
HSL 145.71º 0.21% 0.74% -
HSV(B) 145.71º 0.14% 0.8% -
XYZ 48 55.41 55.18 -
YUV 192.8 124.72 115.3 -
System Red Green Blue C M Y K H S L
Decimal 175 203 187 0.14 0 0.08 0.20 145.71 0.21 0.74
Hex AF CB BB E 0 8 14 92 15 4A
Octal 257 313 273 16 0 10 24 222 25 112
Binary 10101111 11001011 10111011 1110 0 1000 10100 10010010 10101 1001010

Color Harmonies of #AFCBBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFCBBB

Black with #AFCBBB

Text Example


Text Example

White with #AFCBBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFCBBB; }

 p { color: rgb(175,203,187); }

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

background-color css

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

 a { background-color: rgb(175,203,187); }

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

border-color css

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

 span { border-color: rgb(175,203,187); }

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