Html Css Color HEX #C5FBFF Light Cyan

📋 copy color: '#C5FBFF'

red 197 ◦ green 251 ◦ blue 255

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

Shades of Light Cyan #C5FBFF

Tints of Light Cyan #C5FBFF

RGB

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

 GREEN value IS 251 (98.44% from 255) = 35.7%

 BLUE value IS 255 (100% from 255) = 36.27%

R = 28.02%
G = 35.7%
B = 36.27%

CMYK

 C value IS 0.23

 M value IS 0.02

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C5FBFF (or 0xC5FBFF) is known color: Light Cyan. HEX triplet: C5, FB and FF. RGB value is (197,251,255). Sum of RGB (Red+Green+Blue) = 197+251+255=703 (93% of max value = 765). Red value is 197 (77.34% from 255 or 28.02% from 703); Green value is 251 (98.44% from 255 or 35.70% from 703); Blue value is 255 (100% from 255 or 36.27% from 703); Max value from RGB is 255 - color contains mainly: blue. Hex color #C5FBFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C5FBFF is #3A0400. Grayscale: #EBEBEB. Windows color (decimal): -3802113 or 16776133. OLE color: 16776133.

HSL color Cylindrical-coordinate representation of color #C5FBFF: hue angle of 184.14º 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 #C5FBFF is Cyan = 0.23, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 197 251 255 -
CMYK 0.23 0.02 0 0
HSL 184.14º 1% 0.89% -
HSV(B) 184.14º 0.23% 1% -
XYZ 75.57 88.08 107.63 -
YUV 235.31 139.11 100.67 -
System Red Green Blue C M Y K H S L
Decimal 197 251 255 0.23 0.02 0 0 184.14 1 0.89
Hex C5 FB FF 17 2 0 0 B8 64 59
Octal 305 373 377 27 2 0 0 270 144 131
Binary 11000101 11111011 11111111 10111 10 0 0 10111000 1100100 1011001

Color Harmonies of #C5FBFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5FBFF

Black with #C5FBFF

Text Example


Text Example

White with #C5FBFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5FBFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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