Html Css Color HEX #AFDCC3 Nebula

📋 copy color: '#AFDCC3'

red 175 ◦ green 220 ◦ blue 195

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

Shades of Nebula #AFDCC3

Tints of Nebula #AFDCC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 33.05%

R = 29.66%
G = 37.29%
B = 33.05%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.11

 K value IS 0.14

RGB Variations

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

Color information

#AFDCC3 (or 0xAFDCC3) is known color: Nebula. HEX triplet: AF, DC and C3. RGB value is (175,220,195). Sum of RGB (Red+Green+Blue) = 175+220+195=590 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.66% from 590); Green value is 220 (86.33% from 255 or 37.29% from 590); Blue value is 195 (76.56% from 255 or 33.05% from 590); Max value from RGB is 220 - color contains mainly: green. Hex color #AFDCC3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFDCC3 is #50233C. Grayscale: #CBCBCB. Windows color (decimal): -5251901 or 12836015. OLE color: 12836015.

HSL color Cylindrical-coordinate representation of color #AFDCC3: hue angle of 146.67º 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 #AFDCC3 is Cyan = 0.20, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.14.

Color convert

RGB 175 220 195 -
CMYK 0.20 0 0.11 0.14
HSL 146.67º 0.39% 0.77% -
HSV(B) 146.67º 0.2% 0.86% -
XYZ 53.12 64.24 61.23 -
YUV 203.7 123.09 107.53 -
System Red Green Blue C M Y K H S L
Decimal 175 220 195 0.20 0 0.11 0.14 146.67 0.39 0.77
Hex AF DC C3 14 0 B E 93 27 4D
Octal 257 334 303 24 0 13 16 223 47 115
Binary 10101111 11011100 11000011 10100 0 1011 1110 10010011 100111 1001101

Color Harmonies of #AFDCC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDCC3

Black with #AFDCC3

Text Example


Text Example

White with #AFDCC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDCC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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