Html Css Color HEX #E6FAFE Light Cyan

📋 copy color: '#E6FAFE'

red 230 ◦ green 250 ◦ blue 254

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

Shades of Light Cyan #E6FAFE

Tints of Light Cyan #E6FAFE

RGB

 RED value IS 230 (90.23% from 255) = 31.34%

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

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

R = 31.34%
G = 34.06%
B = 34.6%

CMYK

 C value IS 0.09

 M value IS 0.02

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#E6FAFE (or 0xE6FAFE) is known color: Light Cyan. HEX triplet: E6, FA and FE. RGB value is (230,250,254). Sum of RGB (Red+Green+Blue) = 230+250+254=734 (97% of max value = 765). Red value is 230 (90.23% from 255 or 31.34% from 734); Green value is 250 (98.05% from 255 or 34.06% from 734); Blue value is 254 (99.61% from 255 or 34.60% from 734); Max value from RGB is 254 - color contains mainly: blue. Hex color #E6FAFE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E6FAFE is #190501. Grayscale: #F4F4F4. Windows color (decimal): -1639682 or 16710374. OLE color: 16710374.

HSL color Cylindrical-coordinate representation of color #E6FAFE: hue angle of 190º degrees, saturation: 0.92, lightness: 0.95%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #E6FAFE is Cyan = 0.09, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 230 250 254 -
CMYK 0.09 0.02 0 0.00
HSL 190º 0.92% 0.95% -
HSV(B) 190º 0.09% 1% -
XYZ 84.71 92.35 107.13 -
YUV 244.48 133.37 117.67 -
System Red Green Blue C M Y K H S L
Decimal 230 250 254 0.09 0.02 0 0.00 190 0.92 0.95
Hex E6 FA FE 9 2 0 0 BE 5C 5F
Octal 346 372 376 11 2 0 0 276 134 137
Binary 11100110 11111010 11111110 1001 10 0 0 10111110 1011100 1011111

Color Harmonies of #E6FAFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6FAFE

Black with #E6FAFE

Text Example


Text Example

White with #E6FAFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6FAFE; }

 p { color: rgb(230,250,254); }

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

background-color css

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

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

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

border-color css

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

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

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