Html Css Color HEX #D5FEFC Light Cyan

📋 copy color: '#D5FEFC'

red 213 ◦ green 254 ◦ blue 252

#D5FEFC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Light Cyan #D5FEFC

Tints of Light Cyan #D5FEFC

RGB

 RED value IS 213 (83.59% from 255) = 29.62%

 GREEN value IS 254 (99.61% from 255) = 35.33%

 BLUE value IS 252 (98.83% from 255) = 35.05%

R = 29.62%
G = 35.33%
B = 35.05%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.01

 K value IS 0.00

RGB Variations

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

Color information

#D5FEFC (or 0xD5FEFC) is known color: Light Cyan. HEX triplet: D5, FE and FC. RGB value is (213,254,252). Sum of RGB (Red+Green+Blue) = 213+254+252=719 (95% of max value = 765). Red value is 213 (83.59% from 255 or 29.62% from 719); Green value is 254 (99.61% from 255 or 35.33% from 719); Blue value is 252 (98.83% from 255 or 35.05% from 719); Max value from RGB is 254 - color contains mainly: green. Hex color #D5FEFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D5FEFC is #2A0103. Grayscale: #F1F1F1. Windows color (decimal): -2752772 or 16580309. OLE color: 16580309.

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

Color convert

RGB 213 254 252 -
CMYK 0.16 0 0.01 0.00
HSL 177.07º 0.95% 0.92% -
HSV(B) 177.07º 0.16% 1% -
XYZ 80.45 92.06 105.62 -
YUV 241.51 133.92 107.66 -
System Red Green Blue C M Y K H S L
Decimal 213 254 252 0.16 0 0.01 0.00 177.07 0.95 0.92
Hex D5 FE FC 10 0 1 0 B1 5F 5C
Octal 325 376 374 20 0 1 0 261 137 134
Binary 11010101 11111110 11111100 10000 0 1 0 10110001 1011111 1011100

Color Harmonies of #D5FEFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5FEFC

Black with #D5FEFC

Text Example


Text Example

White with #D5FEFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5FEFC; }

 p { color: rgb(213,254,252); }

 H1.HeaderClassName
 {
   color: #D5FEFC;
 }
 .AnyTagClassName
 {
   color: #D5FEFC;
 }
</style>

background-color css

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

 a { background-color: rgb(213,254,252); }

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

border-color css

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

 span { border-color: rgb(213,254,252); }

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