Html Css Color HEX #C5FAF3 Foam

📋 copy color: '#C5FAF3'

red 197 ◦ green 250 ◦ blue 243

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

Shades of Foam #C5FAF3

Tints of Foam #C5FAF3

RGB

 RED value IS 197 (77.34% from 255) = 28.55%

 GREEN value IS 250 (98.05% from 255) = 36.23%

 BLUE value IS 243 (95.31% from 255) = 35.22%

R = 28.55%
G = 36.23%
B = 35.22%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.03

 K value IS 0.02

RGB Variations

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

Color information

#C5FAF3 (or 0xC5FAF3) is known color: Foam. HEX triplet: C5, FA and F3. RGB value is (197,250,243). Sum of RGB (Red+Green+Blue) = 197+250+243=690 (91% of max value = 765). Red value is 197 (77.34% from 255 or 28.55% from 690); Green value is 250 (98.05% from 255 or 36.23% from 690); Blue value is 243 (95.31% from 255 or 35.22% from 690); Max value from RGB is 250 - color contains mainly: green. Hex color #C5FAF3 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C5FAF3 is #3A050C. Grayscale: #E9E9E9. Windows color (decimal): -3802381 or 15989445. OLE color: 15989445.

HSL color Cylindrical-coordinate representation of color #C5FAF3: hue angle of 172.08º degrees, saturation: 0.84, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C5FAF3 is Cyan = 0.21, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.02.

Color convert

RGB 197 250 243 -
CMYK 0.21 0 0.03 0.02
HSL 172.08º 0.84% 0.88% -
HSV(B) 172.08º 0.21% 0.98% -
XYZ 73.39 86.71 97.66 -
YUV 233.36 133.44 102.07 -
System Red Green Blue C M Y K H S L
Decimal 197 250 243 0.21 0 0.03 0.02 172.08 0.84 0.88
Hex C5 FA F3 15 0 3 2 AC 54 58
Octal 305 372 363 25 0 3 2 254 124 130
Binary 11000101 11111010 11110011 10101 0 11 10 10101100 1010100 1011000

Color Harmonies of #C5FAF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5FAF3

Black with #C5FAF3

Text Example


Text Example

White with #C5FAF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5FAF3; }

 p { color: rgb(197,250,243); }

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

background-color css

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

 a { background-color: rgb(197,250,243); }

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

border-color css

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

 span { border-color: rgb(197,250,243); }

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