Html Css Color HEX #D5FCFE Light Cyan

📋 copy color: '#D5FCFE'

red 213 ◦ green 252 ◦ blue 254

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

Shades of Light Cyan #D5FCFE

Tints of Light Cyan #D5FCFE

RGB

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

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

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

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

CMYK

 C value IS 0.16

 M value IS 0.01

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

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

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

Color convert

RGB 213 252 254 -
CMYK 0.16 0.01 0 0.00
HSL 182.93º 0.95% 0.92% -
HSV(B) 182.93º 0.16% 1% -
XYZ 80.14 90.92 107.09 -
YUV 240.57 135.58 108.34 -
System Red Green Blue C M Y K H S L
Decimal 213 252 254 0.16 0.01 0 0.00 182.93 0.95 0.92
Hex D5 FC FE 10 1 0 0 B7 5F 5C
Octal 325 374 376 20 1 0 0 267 137 134
Binary 11010101 11111100 11111110 10000 1 0 0 10110111 1011111 1011100

Color Harmonies of #D5FCFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5FCFE

Black with #D5FCFE

Text Example


Text Example

White with #D5FCFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5FCFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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