#CFFDFD

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

Shades of Light Cyan #CFFDFD

Tints of Light Cyan #CFFDFD

Color information

#CFFDFD (or 0xCFFDFD) is unknown color: approx Light Cyan. HEX triplet: CF, FD and FD. RGB value is (207,253,253). Sum of RGB (Red+Green+Blue) = 207+253+253=713 (94% of max value = 765). Red value is 207 (81.25% from 255 or 29.03% from 713); Green value is 253 (99.22% from 255 or 35.48% from 713); Blue value is 253 (99.22% from 255 or 35.48% from 713); Max value from RGB is 253 - color contains mainly: green, blue. Hex color #CFFDFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CFFDFD is #300202. Grayscale: #EFEFEF. Windows color (decimal): -3146243 or 16645583. OLE color: 16645583.

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

Color convert

RGB207253253-
CMYK0.18000.01
HSL180º92%90.2%-
HSV(B)180º18.18%99.22%-
XYZ78.5990.61106.28-
YUV239.25135.76105-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 29.03%
GREEN value IS 253 (99.22% from 255) = 35.48%
BLUE value IS 253 (99.22% from 255) = 35.48%
R=29.03%
G=35.48%
B=35.48%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2072532530.18000.011809290.2
HexCFFDFD12001b45c5a
Octal31737537522001264134132
Binary110011111111110111111101100100011011010010111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFFDFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFFDFD; }

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

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

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

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

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

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

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

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