Html Css Color HEX #C5FDFB Light Cyan

📋 copy color: '#C5FDFB'

red 197 ◦ green 253 ◦ blue 251

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

Shades of Light Cyan #C5FDFB

Tints of Light Cyan #C5FDFB

RGB

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

 GREEN value IS 253 (99.22% from 255) = 36.09%

 BLUE value IS 251 (98.44% from 255) = 35.81%

R = 28.1%
G = 36.09%
B = 35.81%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.01

 K value IS 0.01

RGB Variations

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

Color information

#C5FDFB (or 0xC5FDFB) is known color: Light Cyan. HEX triplet: C5, FD and FB. RGB value is (197,253,251). Sum of RGB (Red+Green+Blue) = 197+253+251=701 (92% of max value = 765). Red value is 197 (77.34% from 255 or 28.10% from 701); Green value is 253 (99.22% from 255 or 36.09% from 701); Blue value is 251 (98.44% from 255 or 35.81% from 701); Max value from RGB is 253 - color contains mainly: green. Hex color #C5FDFB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C5FDFB is #3A0204. Grayscale: #EBEBEB. Windows color (decimal): -3801605 or 16514501. OLE color: 16514501.

HSL color Cylindrical-coordinate representation of color #C5FDFB: hue angle of 177.86º degrees, saturation: 0.93, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C5FDFB is Cyan = 0.22, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.01.

Color convert

RGB 197 253 251 -
CMYK 0.22 0 0.01 0.01
HSL 177.86º 0.93% 0.88% -
HSV(B) 177.86º 0.22% 0.99% -
XYZ 75.56 89.09 104.48 -
YUV 236.03 136.45 100.16 -
System Red Green Blue C M Y K H S L
Decimal 197 253 251 0.22 0 0.01 0.01 177.86 0.93 0.88
Hex C5 FD FB 16 0 1 1 B2 5D 58
Octal 305 375 373 26 0 1 1 262 135 130
Binary 11000101 11111101 11111011 10110 0 1 1 10110010 1011101 1011000

Color Harmonies of #C5FDFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5FDFB

Black with #C5FDFB

Text Example


Text Example

White with #C5FDFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5FDFB; }

 p { color: rgb(197,253,251); }

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

background-color css

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

 a { background-color: rgb(197,253,251); }

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

border-color css

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

 span { border-color: rgb(197,253,251); }

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