#CFF5FD

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

Shades of Light Cyan #CFF5FD

Tints of Light Cyan #CFF5FD

Color information

#CFF5FD (or 0xCFF5FD) is unknown color: approx Light Cyan. HEX triplet: CF, F5 and FD. RGB value is (207,245,253). Sum of RGB (Red+Green+Blue) = 207+245+253=705 (93% of max value = 765). Red value is 207 (81.25% from 255 or 29.36% from 705); Green value is 245 (96.09% from 255 or 34.75% from 705); Blue value is 253 (99.22% from 255 or 35.89% from 705); Max value from RGB is 253 - color contains mainly: blue. Hex color #CFF5FD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CFF5FD is #300A02. Grayscale: #EAEAEA. Windows color (decimal): -3148291 or 16643535. OLE color: 16643535.

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

Color convert

RGB207245253-
CMYK0.180.0300.01
HSL190.43º92%90.2%-
HSV(B)190.43º18.18%99.22%-
XYZ76.1185.66105.45-
YUV234.55138.41108.35-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 29.36%
GREEN value IS 245 (96.09% from 255) = 34.75%
BLUE value IS 253 (99.22% from 255) = 35.89%
R=29.36%
G=34.75%
B=35.89%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2072452530.180.0300.01190.439290.2
HexCFF5FD12301be5c5a
Octal31736537522301276134132
Binary1100111111110101111111011001011011011111010111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFF5FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFF5FD; }

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

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

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

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

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

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

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

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