#CFF7FE

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

Shades of Light Cyan #CFF7FE

Tints of Light Cyan #CFF7FE

Color information

#CFF7FE (or 0xCFF7FE) is unknown color: approx Light Cyan. HEX triplet: CF, F7 and FE. RGB value is (207,247,254). Sum of RGB (Red+Green+Blue) = 207+247+254=708 (93% of max value = 765). Red value is 207 (81.25% from 255 or 29.24% from 708); Green value is 247 (96.88% from 255 or 34.89% from 708); Blue value is 254 (99.61% from 255 or 35.88% from 708); Max value from RGB is 254 - color contains mainly: blue. Hex color #CFF7FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CFF7FE is #300801. Grayscale: #EBEBEB. Windows color (decimal): -3147778 or 16709583. OLE color: 16709583.

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

Color convert

RGB207247254-
CMYK0.190.0300.00
HSL188.94º95.92%90.39%-
HSV(B)188.94º18.5%99.61%-
XYZ76.8886.94106.5-
YUV235.84138.25107.43-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 29.24%
GREEN value IS 247 (96.88% from 255) = 34.89%
BLUE value IS 254 (99.61% from 255) = 35.88%
R=29.24%
G=34.89%
B=35.88%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2072472540.190.0300.00188.9495.9290.39
HexCFF7FE13300bd605a
Octal31736737623300275140132
Binary1100111111110111111111101001111001011110111000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFF7FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFF7FE; }

 p { color: rgb(207,247,254); }

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

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

 a { background-color: rgb(207,247,254); }

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

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

 span { border-color: rgb(207,247,254); }

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