Html Css Color HEX #EEFBFD Azure

📋 copy color: '#EEFBFD'

red 238 ◦ green 251 ◦ blue 253

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

Shades of Azure #EEFBFD

Tints of Azure #EEFBFD

RGB

 RED value IS 238 (93.36% from 255) = 32.08%

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

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

R = 32.08%
G = 33.83%
B = 34.1%

CMYK

 C value IS 0.06

 M value IS 0.01

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EEFBFD (or 0xEEFBFD) is known color: Azure. HEX triplet: EE, FB and FD. RGB value is (238,251,253). Sum of RGB (Red+Green+Blue) = 238+251+253=742 (98% of max value = 765). Red value is 238 (93.36% from 255 or 32.08% from 742); Green value is 251 (98.44% from 255 or 33.83% from 742); Blue value is 253 (99.22% from 255 or 34.10% from 742); Max value from RGB is 253 - color contains mainly: blue. Hex color #EEFBFD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EEFBFD is #110402. Grayscale: #F7F7F7. Windows color (decimal): -1115139 or 16645102. OLE color: 16645102.

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

Color convert

RGB 238 251 253 -
CMYK 0.06 0.01 0 0.01
HSL 188º 0.79% 0.96% -
HSV(B) 188º 0.06% 0.99% -
XYZ 87.49 94.26 106.51 -
YUV 247.34 131.19 121.34 -
System Red Green Blue C M Y K H S L
Decimal 238 251 253 0.06 0.01 0 0.01 188 0.79 0.96
Hex EE FB FD 6 1 0 1 BC 4F 60
Octal 356 373 375 6 1 0 1 274 117 140
Binary 11101110 11111011 11111101 110 1 0 1 10111100 1001111 1100000

Color Harmonies of #EEFBFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEFBFD

Black with #EEFBFD

Text Example


Text Example

White with #EEFBFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEFBFD; }

 p { color: rgb(238,251,253); }

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

background-color css

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

 a { background-color: rgb(238,251,253); }

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

border-color css

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

 span { border-color: rgb(238,251,253); }

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