Html Css Color HEX #C5FFFA Light Cyan

📋 copy color: '#C5FFFA'

red 197 ◦ green 255 ◦ blue 250

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

Shades of Light Cyan #C5FFFA

Tints of Light Cyan #C5FFFA

RGB

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

 GREEN value IS 255 (100% from 255) = 36.32%

 BLUE value IS 250 (98.05% from 255) = 35.61%

R = 28.06%
G = 36.32%
B = 35.61%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.02

 K value IS 0

RGB Variations

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

Color information

#C5FFFA (or 0xC5FFFA) is known color: Light Cyan. HEX triplet: C5, FF and FA. RGB value is (197,255,250). Sum of RGB (Red+Green+Blue) = 197+255+250=702 (92% of max value = 765). Red value is 197 (77.34% from 255 or 28.06% from 702); Green value is 255 (100% from 255 or 36.32% from 702); Blue value is 250 (98.05% from 255 or 35.61% from 702); Max value from RGB is 255 - color contains mainly: green. Hex color #C5FFFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C5FFFA is #3A0005. Grayscale: #EDEDED. Windows color (decimal): -3801094 or 16449477. OLE color: 16449477.

HSL color Cylindrical-coordinate representation of color #C5FFFA: hue angle of 174.83º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C5FFFA is Cyan = 0.23, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.

Color convert

RGB 197 255 250 -
CMYK 0.23 0 0.02 0
HSL 174.83º 1% 0.89% -
HSV(B) 174.83º 0.23% 1% -
XYZ 76.04 90.29 103.86 -
YUV 237.09 135.28 99.41 -
System Red Green Blue C M Y K H S L
Decimal 197 255 250 0.23 0 0.02 0 174.83 1 0.89
Hex C5 FF FA 17 0 2 0 AF 64 59
Octal 305 377 372 27 0 2 0 257 144 131
Binary 11000101 11111111 11111010 10111 0 10 0 10101111 1100100 1011001

Color Harmonies of #C5FFFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5FFFA

Black with #C5FFFA

Text Example


Text Example

White with #C5FFFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5FFFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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