Html Css Color HEX #AFD0C3 Jet Stream

📋 copy color: '#AFD0C3'

red 175 ◦ green 208 ◦ blue 195

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

Shades of Jet Stream #AFD0C3

Tints of Jet Stream #AFD0C3

RGB

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

 GREEN value IS 208 (81.64% from 255) = 35.99%

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

R = 30.28%
G = 35.99%
B = 33.74%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.06

 K value IS 0.18

RGB Variations

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

Color information

#AFD0C3 (or 0xAFD0C3) is known color: Jet Stream. HEX triplet: AF, D0 and C3. RGB value is (175,208,195). Sum of RGB (Red+Green+Blue) = 175+208+195=578 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.28% from 578); Green value is 208 (81.64% from 255 or 35.99% from 578); Blue value is 195 (76.56% from 255 or 33.74% from 578); Max value from RGB is 208 - color contains mainly: green. Hex color #AFD0C3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFD0C3 is #502F3C. Grayscale: #C4C4C4. Windows color (decimal): -5254973 or 12832943. OLE color: 12832943.

HSL color Cylindrical-coordinate representation of color #AFD0C3: hue angle of 156.36º degrees, saturation: 0.26, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AFD0C3 is Cyan = 0.16, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.18.

Color convert

RGB 175 208 195 -
CMYK 0.16 0 0.06 0.18
HSL 156.36º 0.26% 0.75% -
HSV(B) 156.36º 0.16% 0.82% -
XYZ 50.09 58.17 60.22 -
YUV 196.65 127.07 112.56 -
System Red Green Blue C M Y K H S L
Decimal 175 208 195 0.16 0 0.06 0.18 156.36 0.26 0.75
Hex AF D0 C3 10 0 6 12 9C 1A 4B
Octal 257 320 303 20 0 6 22 234 32 113
Binary 10101111 11010000 11000011 10000 0 110 10010 10011100 11010 1001011

Color Harmonies of #AFD0C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFD0C3

Black with #AFD0C3

Text Example


Text Example

White with #AFD0C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFD0C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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