Html Css Color HEX #D5FBF6 Light Cyan

📋 copy color: '#D5FBF6'

red 213 ◦ green 251 ◦ blue 246

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

Shades of Light Cyan #D5FBF6

Tints of Light Cyan #D5FBF6

RGB

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

 GREEN value IS 251 (98.44% from 255) = 35.35%

 BLUE value IS 246 (96.48% from 255) = 34.65%

R = 30%
G = 35.35%
B = 34.65%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.02

 K value IS 0.02

RGB Variations

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

Color information

#D5FBF6 (or 0xD5FBF6) is known color: Light Cyan. HEX triplet: D5, FB and F6. RGB value is (213,251,246). Sum of RGB (Red+Green+Blue) = 213+251+246=710 (94% of max value = 765). Red value is 213 (83.59% from 255 or 30% from 710); Green value is 251 (98.44% from 255 or 35.35% from 710); Blue value is 246 (96.48% from 255 or 34.65% from 710); Max value from RGB is 251 - color contains mainly: green. Hex color #D5FBF6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D5FBF6 is #2A0409. Grayscale: #EFEFEF. Windows color (decimal): -2753546 or 16186325. OLE color: 16186325.

HSL color Cylindrical-coordinate representation of color #D5FBF6: hue angle of 172.11º degrees, saturation: 0.83, 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 #D5FBF6 is Cyan = 0.15, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.02.

Color convert

RGB 213 251 246 -
CMYK 0.15 0 0.02 0.02
HSL 172.11º 0.83% 0.91% -
HSV(B) 172.11º 0.15% 0.98% -
XYZ 78.57 89.79 100.38 -
YUV 239.07 131.91 109.41 -
System Red Green Blue C M Y K H S L
Decimal 213 251 246 0.15 0 0.02 0.02 172.11 0.83 0.91
Hex D5 FB F6 F 0 2 2 AC 53 5B
Octal 325 373 366 17 0 2 2 254 123 133
Binary 11010101 11111011 11110110 1111 0 10 10 10101100 1010011 1011011

Color Harmonies of #D5FBF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5FBF6

Black with #D5FBF6

Text Example


Text Example

White with #D5FBF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5FBF6; }

 p { color: rgb(213,251,246); }

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

background-color css

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

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

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

border-color css

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

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

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