Html Css Color HEX #D6FAFD Light Cyan

📋 copy color: '#D6FAFD'

red 214 ◦ green 250 ◦ blue 253

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

Shades of Light Cyan #D6FAFD

Tints of Light Cyan #D6FAFD

RGB

 RED value IS 214 (83.98% from 255) = 29.85%

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

 BLUE value IS 253 (99.22% from 255) = 35.29%

R = 29.85%
G = 34.87%
B = 35.29%

CMYK

 C value IS 0.15

 M value IS 0.01

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D6FAFD (or 0xD6FAFD) is known color: Light Cyan. HEX triplet: D6, FA and FD. RGB value is (214,250,253). Sum of RGB (Red+Green+Blue) = 214+250+253=717 (94% of max value = 765). Red value is 214 (83.98% from 255 or 29.85% from 717); Green value is 250 (98.05% from 255 or 34.87% from 717); Blue value is 253 (99.22% from 255 or 35.29% from 717); Max value from RGB is 253 - color contains mainly: blue. Hex color #D6FAFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D6FAFD is #290502. Grayscale: #EFEFEF. Windows color (decimal): -2688259 or 16644822. OLE color: 16644822.

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

Color convert

RGB 214 250 253 -
CMYK 0.15 0.01 0 0.01
HSL 184.62º 0.91% 0.92% -
HSV(B) 184.62º 0.15% 0.99% -
XYZ 79.65 89.76 106.06 -
YUV 239.58 135.57 109.76 -
System Red Green Blue C M Y K H S L
Decimal 214 250 253 0.15 0.01 0 0.01 184.62 0.91 0.92
Hex D6 FA FD F 1 0 1 B9 5B 5C
Octal 326 372 375 17 1 0 1 271 133 134
Binary 11010110 11111010 11111101 1111 1 0 1 10111001 1011011 1011100

Color Harmonies of #D6FAFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6FAFD

Black with #D6FAFD

Text Example


Text Example

White with #D6FAFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6FAFD; }

 p { color: rgb(214,250,253); }

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

background-color css

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

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

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

border-color css

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

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

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