Html Css Color HEX #D5FDFF Light Cyan

📋 copy color: '#D5FDFF'

red 213 ◦ green 253 ◦ blue 255

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

Shades of Light Cyan #D5FDFF

Tints of Light Cyan #D5FDFF

RGB

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

 GREEN value IS 253 (99.22% from 255) = 35.09%

 BLUE value IS 255 (100% from 255) = 35.37%

R = 29.54%
G = 35.09%
B = 35.37%

CMYK

 C value IS 0.16

 M value IS 0.01

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D5FDFF (or 0xD5FDFF) is known color: Light Cyan. HEX triplet: D5, FD and FF. RGB value is (213,253,255). Sum of RGB (Red+Green+Blue) = 213+253+255=721 (95% of max value = 765). Red value is 213 (83.59% from 255 or 29.54% from 721); Green value is 253 (99.22% from 255 or 35.09% 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 #D5FDFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D5FDFF is #2A0200. Grayscale: #F1F1F1. Windows color (decimal): -2753025 or 16776661. OLE color: 16776661.

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

Color convert

RGB 213 253 255 -
CMYK 0.16 0.01 0 0
HSL 182.86º 1% 0.92% -
HSV(B) 182.86º 0.16% 1% -
XYZ 80.62 91.62 108.04 -
YUV 241.27 135.75 107.84 -
System Red Green Blue C M Y K H S L
Decimal 213 253 255 0.16 0.01 0 0 182.86 1 0.92
Hex D5 FD FF 10 1 0 0 B7 64 5C
Octal 325 375 377 20 1 0 0 267 144 134
Binary 11010101 11111101 11111111 10000 1 0 0 10110111 1100100 1011100

Color Harmonies of #D5FDFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5FDFF

Black with #D5FDFF

Text Example


Text Example

White with #D5FDFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5FDFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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