Html Css Color HEX #AFDCC9 Jet Stream

📋 copy color: '#AFDCC9'

red 175 ◦ green 220 ◦ blue 201

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

Shades of Jet Stream #AFDCC9

Tints of Jet Stream #AFDCC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 33.72%

R = 29.36%
G = 36.91%
B = 33.72%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.09

 K value IS 0.14

RGB Variations

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

Color information

#AFDCC9 (or 0xAFDCC9) is known color: Jet Stream. HEX triplet: AF, DC and C9. RGB value is (175,220,201). Sum of RGB (Red+Green+Blue) = 175+220+201=596 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.36% from 596); Green value is 220 (86.33% from 255 or 36.91% from 596); Blue value is 201 (78.91% from 255 or 33.72% from 596); Max value from RGB is 220 - color contains mainly: green. Hex color #AFDCC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFDCC9 is #502336. Grayscale: #CCCCCC. Windows color (decimal): -5251895 or 13229231. OLE color: 13229231.

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

Color convert

RGB 175 220 201 -
CMYK 0.20 0 0.09 0.14
HSL 154.67º 0.39% 0.77% -
HSV(B) 154.67º 0.2% 0.86% -
XYZ 53.82 64.52 64.88 -
YUV 204.38 126.09 107.04 -
System Red Green Blue C M Y K H S L
Decimal 175 220 201 0.20 0 0.09 0.14 154.67 0.39 0.77
Hex AF DC C9 14 0 9 E 9B 27 4D
Octal 257 334 311 24 0 11 16 233 47 115
Binary 10101111 11011100 11001001 10100 0 1001 1110 10011011 100111 1001101

Color Harmonies of #AFDCC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDCC9

Black with #AFDCC9

Text Example


Text Example

White with #AFDCC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDCC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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