Html Css Color HEX #AFDCC2 Nebula

📋 copy color: '#AFDCC2'

red 175 ◦ green 220 ◦ blue 194

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

Shades of Nebula #AFDCC2

Tints of Nebula #AFDCC2

RGB

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

 GREEN value IS 220 (86.33% from 255) = 37.35%

 BLUE value IS 194 (76.17% from 255) = 32.94%

R = 29.71%
G = 37.35%
B = 32.94%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.12

 K value IS 0.14

RGB Variations

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

Color information

#AFDCC2 (or 0xAFDCC2) is known color: Nebula. HEX triplet: AF, DC and C2. RGB value is (175,220,194). Sum of RGB (Red+Green+Blue) = 175+220+194=589 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.71% from 589); Green value is 220 (86.33% from 255 or 37.35% from 589); Blue value is 194 (76.17% from 255 or 32.94% from 589); Max value from RGB is 220 - color contains mainly: green. Hex color #AFDCC2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFDCC2 is #50233D. Grayscale: #CBCBCB. Windows color (decimal): -5251902 or 12770479. OLE color: 12770479.

HSL color Cylindrical-coordinate representation of color #AFDCC2: hue angle of 145.33º degrees, saturation: 0.39, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AFDCC2 is Cyan = 0.20, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.14.

Color convert

RGB 175 220 194 -
CMYK 0.20 0 0.12 0.14
HSL 145.33º 0.39% 0.77% -
HSV(B) 145.33º 0.2% 0.86% -
XYZ 53.01 64.2 60.64 -
YUV 203.58 122.59 107.61 -
System Red Green Blue C M Y K H S L
Decimal 175 220 194 0.20 0 0.12 0.14 145.33 0.39 0.77
Hex AF DC C2 14 0 C E 91 27 4D
Octal 257 334 302 24 0 14 16 221 47 115
Binary 10101111 11011100 11000010 10100 0 1100 1110 10010001 100111 1001101

Color Harmonies of #AFDCC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDCC2

Black with #AFDCC2

Text Example


Text Example

White with #AFDCC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDCC2; }

 p { color: rgb(175,220,194); }

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

background-color css

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

 a { background-color: rgb(175,220,194); }

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

border-color css

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

 span { border-color: rgb(175,220,194); }

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