Html Css Color HEX #A9CFBB Nebula

📋 copy color: '#A9CFBB'

red 169 ◦ green 207 ◦ blue 187

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

Shades of Nebula #A9CFBB

Tints of Nebula #A9CFBB

RGB

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

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

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

R = 30.02%
G = 36.77%
B = 33.21%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.10

 K value IS 0.19

RGB Variations

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

Color information

#A9CFBB (or 0xA9CFBB) is known color: Nebula. HEX triplet: A9, CF and BB. RGB value is (169,207,187). Sum of RGB (Red+Green+Blue) = 169+207+187=563 (74% of max value = 765). Red value is 169 (66.41% from 255 or 30.02% from 563); Green value is 207 (81.25% from 255 or 36.77% from 563); Blue value is 187 (73.44% from 255 or 33.21% from 563); Max value from RGB is 207 - color contains mainly: green. Hex color #A9CFBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9CFBB is #563044. Grayscale: #C1C1C1. Windows color (decimal): -5648453 or 12308393. OLE color: 12308393.

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

Color convert

RGB 169 207 187 -
CMYK 0.18 0 0.10 0.19
HSL 148.42º 0.28% 0.74% -
HSV(B) 148.42º 0.18% 0.81% -
XYZ 47.64 56.65 55.44 -
YUV 193.36 124.41 110.63 -
System Red Green Blue C M Y K H S L
Decimal 169 207 187 0.18 0 0.10 0.19 148.42 0.28 0.74
Hex A9 CF BB 12 0 A 13 94 1C 4A
Octal 251 317 273 22 0 12 23 224 34 112
Binary 10101001 11001111 10111011 10010 0 1010 10011 10010100 11100 1001010

Color Harmonies of #A9CFBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9CFBB

Black with #A9CFBB

Text Example


Text Example

White with #A9CFBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9CFBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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