#C8FBFE

Color #C8FBFE Light Cyan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Cyan #C8FBFE

Tints of Light Cyan #C8FBFE

Color information

#C8FBFE (or 0xC8FBFE) is unknown color: approx Light Cyan. HEX triplet: C8, FB and FE. RGB value is (200,251,254). Sum of RGB (Red+Green+Blue) = 200+251+254=705 (93% of max value = 765). Red value is 200 (78.52% from 255 or 28.37% from 705); Green value is 251 (98.44% from 255 or 35.60% from 705); Blue value is 254 (99.61% from 255 or 36.03% from 705); Max value from RGB is 254 - color contains mainly: blue. Hex color #C8FBFE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C8FBFE is #370401. Grayscale: #ECECEC. Windows color (decimal): -3605506 or 16710600. OLE color: 16710600.

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

Color convert

RGB200251254-
CMYK0.210.0100.00
HSL183.33º96.43%89.02%-
HSV(B)183.33º21.26%99.61%-
XYZ76.2188.43106.82-
YUV236.09138.1102.26-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 28.37%
GREEN value IS 251 (98.44% from 255) = 35.60%
BLUE value IS 254 (99.61% from 255) = 36.03%
R=28.37%
G=35.60%
B=36.03%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2002512540.210.0100.00183.3396.4389.02
HexC8FBFE15100b76059
Octal31037337625100267140131
Binary110010001111101111111110101011001011011111000001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8FBFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8FBFE; }

 p { color: rgb(200,251,254); }

 H1.HeaderClassName
 {
   color: #C8FBFE;
 }
 .AnyTagClassName
 {
   color: #C8FBFE;
 }
</style>
background-color css

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

 a { background-color: rgb(200,251,254); }

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

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

 span { border-color: rgb(200,251,254); }

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