#D5F6FF

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

Shades of Light Cyan #D5F6FF

Tints of Light Cyan #D5F6FF

Color information

#D5F6FF (or 0xD5F6FF) is unknown color: approx Light Cyan. HEX triplet: D5, F6 and FF. RGB value is (213,246,255). Sum of RGB (Red+Green+Blue) = 213+246+255=714 (94% of max value = 765). Red value is 213 (83.59% from 255 or 29.83% from 714); Green value is 246 (96.48% from 255 or 34.45% from 714); Blue value is 255 (100% from 255 or 35.71% from 714); Max value from RGB is 255 - color contains mainly: blue. Hex color #D5F6FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D5F6FF is #2A0900. Grayscale: #EDEDED. Windows color (decimal): -2754817 or 16774869. OLE color: 16774869.

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

Color convert

RGB213246255-
CMYK0.160.0400
HSL192.86º100%91.76%-
HSV(B)192.86º16.47%100%-
XYZ78.4587.28107.32-
YUV237.16138.07110.77-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 29.83%
GREEN value IS 246 (96.48% from 255) = 34.45%
BLUE value IS 255 (100% from 255) = 35.71%
R=29.83%
G=34.45%
B=35.71%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2132462550.160.0400192.8610091.76
HexD5F6FF10400c1645c
Octal32536637720400301144134
Binary11010101111101101111111110000100001100000111001001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5F6FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5F6FF; }

 p { color: rgb(213,246,255); }

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

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

 a { background-color: rgb(213,246,255); }

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

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

 span { border-color: rgb(213,246,255); }

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