Html Css Color HEX #A9CFBC Nebula

📋 copy color: '#A9CFBC'

red 169 ◦ green 207 ◦ blue 188

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

Shades of Nebula #A9CFBC

Tints of Nebula #A9CFBC

RGB

 RED value IS 169 (66.41% from 255) = 29.96%

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

 BLUE value IS 188 (73.83% from 255) = 33.33%

R = 29.96%
G = 36.7%
B = 33.33%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.09

 K value IS 0.19

RGB Variations

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

Color information

#A9CFBC (or 0xA9CFBC) is known color: Nebula. HEX triplet: A9, CF and BC. RGB value is (169,207,188). Sum of RGB (Red+Green+Blue) = 169+207+188=564 (74% of max value = 765). Red value is 169 (66.41% from 255 or 29.96% from 564); Green value is 207 (81.25% from 255 or 36.70% from 564); Blue value is 188 (73.83% from 255 or 33.33% from 564); Max value from RGB is 207 - color contains mainly: green. Hex color #A9CFBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9CFBC is #563043. Grayscale: #C1C1C1. Windows color (decimal): -5648452 or 12373929. OLE color: 12373929.

HSL color Cylindrical-coordinate representation of color #A9CFBC: hue angle of 150º degrees, saturation: 0.28, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A9CFBC is Cyan = 0.18, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.19.

Color convert

RGB 169 207 188 -
CMYK 0.18 0 0.09 0.19
HSL 150º 0.28% 0.74% -
HSV(B) 150º 0.18% 0.81% -
XYZ 47.75 56.69 56 -
YUV 193.47 124.91 110.54 -
System Red Green Blue C M Y K H S L
Decimal 169 207 188 0.18 0 0.09 0.19 150 0.28 0.74
Hex A9 CF BC 12 0 9 13 96 1C 4A
Octal 251 317 274 22 0 11 23 226 34 112
Binary 10101001 11001111 10111100 10010 0 1001 10011 10010110 11100 1001010

Color Harmonies of #A9CFBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9CFBC

Black with #A9CFBC

Text Example


Text Example

White with #A9CFBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9CFBC; }

 p { color: rgb(169,207,188); }

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

background-color css

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

 a { background-color: rgb(169,207,188); }

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

border-color css

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

 span { border-color: rgb(169,207,188); }

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