#D5FBFD

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

Shades of Light Cyan #D5FBFD

Tints of Light Cyan #D5FBFD

Color information

#D5FBFD (or 0xD5FBFD) is unknown color: approx Light Cyan. HEX triplet: D5, FB and FD. RGB value is (213,251,253). Sum of RGB (Red+Green+Blue) = 213+251+253=717 (94% of max value = 765). Red value is 213 (83.59% from 255 or 29.71% from 717); Green value is 251 (98.44% from 255 or 35.01% from 717); Blue value is 253 (99.22% from 255 or 35.29% from 717); Max value from RGB is 253 - color contains mainly: blue. Hex color #D5FBFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D5FBFD is #2A0402. Grayscale: #EFEFEF. Windows color (decimal): -2753539 or 16645077. OLE color: 16645077.

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

Color convert

RGB213251253-
CMYK0.160.0100.01
HSL183º90.91%91.37%-
HSV(B)183º15.81%99.22%-
XYZ79.6790.23106.15-
YUV239.87135.41108.84-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 29.71%
GREEN value IS 251 (98.44% from 255) = 35.01%
BLUE value IS 253 (99.22% from 255) = 35.29%
R=29.71%
G=35.01%
B=35.29%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2132512530.160.0100.0118390.9191.37
HexD5FBFD10101b75b5b
Octal32537337520101267133133
Binary110101011111101111111101100001011011011110110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5FBFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5FBFD; }

 p { color: rgb(213,251,253); }

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

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

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

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

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

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

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