#CFFCFD

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

Shades of Light Cyan #CFFCFD

Tints of Light Cyan #CFFCFD

Color information

#CFFCFD (or 0xCFFCFD) is unknown color: approx Light Cyan. HEX triplet: CF, FC and FD. RGB value is (207,252,253). Sum of RGB (Red+Green+Blue) = 207+252+253=712 (94% of max value = 765). Red value is 207 (81.25% from 255 or 29.07% from 712); Green value is 252 (98.83% from 255 or 35.39% from 712); Blue value is 253 (99.22% from 255 or 35.53% from 712); Max value from RGB is 253 - color contains mainly: blue. Hex color #CFFCFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CFFCFD is #300302. Grayscale: #EEEEEE. Windows color (decimal): -3146499 or 16645327. OLE color: 16645327.

HSL color Cylindrical-coordinate representation of color #CFFCFD: hue angle of 181.3º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CFFCFD is Cyan = 0.18, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB207252253-
CMYK0.180.0000.01
HSL181.3º92%90.2%-
HSV(B)181.3º18.18%99.22%-
XYZ78.2789.98106.17-
YUV238.66136.09105.42-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 29.07%
GREEN value IS 252 (98.83% from 255) = 35.39%
BLUE value IS 253 (99.22% from 255) = 35.53%
R=29.07%
G=35.39%
B=35.53%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2072522530.180.0000.01181.39290.2
HexCFFCFD12001b55c5a
Octal31737437522001265134132
Binary110011111111110011111101100100011011010110111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFFCFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFFCFD; }

 p { color: rgb(207,252,253); }

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

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

 a { background-color: rgb(207,252,253); }

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

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

 span { border-color: rgb(207,252,253); }

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