#D4FEFF

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

Shades of Light Cyan #D4FEFF

Tints of Light Cyan #D4FEFF

Color information

#D4FEFF (or 0xD4FEFF) is unknown color: approx Light Cyan. HEX triplet: D4, FE and FF. RGB value is (212,254,255). Sum of RGB (Red+Green+Blue) = 212+254+255=721 (95% of max value = 765). Red value is 212 (83.20% from 255 or 29.40% from 721); Green value is 254 (99.61% from 255 or 35.23% from 721); Blue value is 255 (100% from 255 or 35.37% from 721); Max value from RGB is 255 - color contains mainly: blue. Hex color #D4FEFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D4FEFF is #2B0100. Grayscale: #F1F1F1. Windows color (decimal): -2818305 or 16776916. OLE color: 16776916.

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

Color convert

RGB212254255-
CMYK0.170.0000
HSL181.4º100%91.57%-
HSV(B)181.4º16.86%100%-
XYZ80.6492.1108.13-
YUV241.56135.59106.92-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 29.40%
GREEN value IS 254 (99.61% from 255) = 35.23%
BLUE value IS 255 (100% from 255) = 35.37%
R=29.40%
G=35.23%
B=35.37%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2122542550.170.0000181.410091.57
HexD4FEFF11000b5645c
Octal32437637721000265144134
Binary110101001111111011111111100010001011010111001001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4FEFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4FEFF; }

 p { color: rgb(212,254,255); }

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

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

 a { background-color: rgb(212,254,255); }

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

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

 span { border-color: rgb(212,254,255); }

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