Html Css Color HEX #D5FAFA Light Cyan

📋 copy color: '#D5FAFA'

red 213 ◦ green 250 ◦ blue 250

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

Shades of Light Cyan #D5FAFA

Tints of Light Cyan #D5FAFA

RGB

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

 GREEN value IS 250 (98.05% from 255) = 35.06%

 BLUE value IS 250 (98.05% from 255) = 35.06%

R = 29.87%
G = 35.06%
B = 35.06%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D5FAFA (or 0xD5FAFA) is known color: Light Cyan. HEX triplet: D5, FA and FA. RGB value is (213,250,250). Sum of RGB (Red+Green+Blue) = 213+250+250=713 (94% of max value = 765). Red value is 213 (83.59% from 255 or 29.87% from 713); Green value is 250 (98.05% from 255 or 35.06% from 713); Blue value is 250 (98.05% from 255 or 35.06% from 713); Max value from RGB is 250 - color contains mainly: green, blue. Hex color #D5FAFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D5FAFA is #2A0505. Grayscale: #EEEEEE. Windows color (decimal): -2753798 or 16448213. OLE color: 16448213.

HSL color Cylindrical-coordinate representation of color #D5FAFA: hue angle of 180º degrees, saturation: 0.79, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D5FAFA is Cyan = 0.15, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 213 250 250 -
CMYK 0.15 0 0 0.02
HSL 180º 0.79% 0.91% -
HSV(B) 180º 0.15% 0.98% -
XYZ 78.88 89.42 103.54 -
YUV 238.94 134.24 109.5 -
System Red Green Blue C M Y K H S L
Decimal 213 250 250 0.15 0 0 0.02 180 0.79 0.91
Hex D5 FA FA F 0 0 2 B4 4F 5B
Octal 325 372 372 17 0 0 2 264 117 133
Binary 11010101 11111010 11111010 1111 0 0 10 10110100 1001111 1011011

Color Harmonies of #D5FAFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5FAFA

Black with #D5FAFA

Text Example


Text Example

White with #D5FAFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5FAFA; }

 p { color: rgb(213,250,250); }

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

background-color css

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

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

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

border-color css

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

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

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