Html Css Color HEX #AFCEC5 Jet Stream

📋 copy color: '#AFCEC5'

red 175 ◦ green 206 ◦ blue 197

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

Shades of Jet Stream #AFCEC5

Tints of Jet Stream #AFCEC5

RGB

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

 GREEN value IS 206 (80.86% from 255) = 35.64%

 BLUE value IS 197 (77.34% from 255) = 34.08%

R = 30.28%
G = 35.64%
B = 34.08%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.04

 K value IS 0.19

RGB Variations

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

Color information

#AFCEC5 (or 0xAFCEC5) is known color: Jet Stream. HEX triplet: AF, CE and C5. RGB value is (175,206,197). Sum of RGB (Red+Green+Blue) = 175+206+197=578 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.28% from 578); Green value is 206 (80.86% from 255 or 35.64% from 578); Blue value is 197 (77.34% from 255 or 34.08% from 578); Max value from RGB is 206 - color contains mainly: green. Hex color #AFCEC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFCEC5 is #50313A. Grayscale: #C3C3C3. Windows color (decimal): -5255483 or 12963503. OLE color: 12963503.

HSL color Cylindrical-coordinate representation of color #AFCEC5: hue angle of 162.58º degrees, saturation: 0.24, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AFCEC5 is Cyan = 0.15, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.19.

Color convert

RGB 175 206 197 -
CMYK 0.15 0 0.04 0.19
HSL 162.58º 0.24% 0.75% -
HSV(B) 162.58º 0.15% 0.81% -
XYZ 49.83 57.29 61.25 -
YUV 195.71 128.73 113.23 -
System Red Green Blue C M Y K H S L
Decimal 175 206 197 0.15 0 0.04 0.19 162.58 0.24 0.75
Hex AF CE C5 F 0 4 13 A3 18 4B
Octal 257 316 305 17 0 4 23 243 30 113
Binary 10101111 11001110 11000101 1111 0 100 10011 10100011 11000 1001011

Color Harmonies of #AFCEC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFCEC5

Black with #AFCEC5

Text Example


Text Example

White with #AFCEC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFCEC5; }

 p { color: rgb(175,206,197); }

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

background-color css

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

 a { background-color: rgb(175,206,197); }

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

border-color css

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

 span { border-color: rgb(175,206,197); }

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