Html Css Color HEX #E7F2F5 Light Cyan

📋 copy color: '#E7F2F5'

red 231 ◦ green 242 ◦ blue 245

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

Shades of Light Cyan #E7F2F5

Tints of Light Cyan #E7F2F5

RGB

 RED value IS 231 (90.63% from 255) = 32.17%

 GREEN value IS 242 (94.92% from 255) = 33.7%

 BLUE value IS 245 (96.09% from 255) = 34.12%

R = 32.17%
G = 33.7%
B = 34.12%

CMYK

 C value IS 0.06

 M value IS 0.01

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#E7F2F5 (or 0xE7F2F5) is known color: Light Cyan. HEX triplet: E7, F2 and F5. RGB value is (231,242,245). Sum of RGB (Red+Green+Blue) = 231+242+245=718 (95% of max value = 765). Red value is 231 (90.62% from 255 or 32.17% from 718); Green value is 242 (94.92% from 255 or 33.70% from 718); Blue value is 245 (96.09% from 255 or 34.12% from 718); Max value from RGB is 245 - color contains mainly: blue. Hex color #E7F2F5 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E7F2F5 is #180D0A. Grayscale: #EFEFEF. Windows color (decimal): -1576203 or 16118503. OLE color: 16118503.

HSL color Cylindrical-coordinate representation of color #E7F2F5: hue angle of 192.86º degrees, saturation: 0.41, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #E7F2F5 is Cyan = 0.06, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 231 242 245 -
CMYK 0.06 0.01 0 0.04
HSL 192.86º 0.41% 0.93% -
HSV(B) 192.86º 0.06% 0.96% -
XYZ 81.19 87.09 98.92 -
YUV 239.05 131.36 122.26 -
System Red Green Blue C M Y K H S L
Decimal 231 242 245 0.06 0.01 0 0.04 192.86 0.41 0.93
Hex E7 F2 F5 6 1 0 4 C1 29 5D
Octal 347 362 365 6 1 0 4 301 51 135
Binary 11100111 11110010 11110101 110 1 0 100 11000001 101001 1011101

Color Harmonies of #E7F2F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7F2F5

Black with #E7F2F5

Text Example


Text Example

White with #E7F2F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7F2F5; }

 p { color: rgb(231,242,245); }

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

background-color css

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

 a { background-color: rgb(231,242,245); }

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

border-color css

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

 span { border-color: rgb(231,242,245); }

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