Html Css Color HEX #9ED2F3 Sail

📋 copy color: '#9ED2F3'

red 158 ◦ green 210 ◦ blue 243

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

Shades of Sail #9ED2F3

Tints of Sail #9ED2F3

RGB

 RED value IS 158 (62.11% from 255) = 25.86%

 GREEN value IS 210 (82.42% from 255) = 34.37%

 BLUE value IS 243 (95.31% from 255) = 39.77%

R = 25.86%
G = 34.37%
B = 39.77%

CMYK

 C value IS 0.35

 M value IS 0.14

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#9ED2F3 (or 0x9ED2F3) is known color: Sail. HEX triplet: 9E, D2 and F3. RGB value is (158,210,243). Sum of RGB (Red+Green+Blue) = 158+210+243=611 (80% of max value = 765). Red value is 158 (62.11% from 255 or 25.86% from 611); Green value is 210 (82.42% from 255 or 34.37% from 611); Blue value is 243 (95.31% from 255 or 39.77% from 611); Max value from RGB is 243 - color contains mainly: blue. Hex color #9ED2F3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9ED2F3 is #612D0C. Grayscale: #C6C6C6. Windows color (decimal): -6368525 or 15979166. OLE color: 15979166.

HSL color Cylindrical-coordinate representation of color #9ED2F3: hue angle of 203.29º degrees, saturation: 0.78, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9ED2F3 is Cyan = 0.35, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 158 210 243 -
CMYK 0.35 0.14 0 0.05
HSL 203.29º 0.78% 0.79% -
HSV(B) 203.29º 0.35% 0.95% -
XYZ 53.32 59.83 93.53 -
YUV 198.21 153.27 99.32 -
System Red Green Blue C M Y K H S L
Decimal 158 210 243 0.35 0.14 0 0.05 203.29 0.78 0.79
Hex 9E D2 F3 23 E 0 5 CB 4E 4F
Octal 236 322 363 43 16 0 5 313 116 117
Binary 10011110 11010010 11110011 100011 1110 0 101 11001011 1001110 1001111

Color Harmonies of #9ED2F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ED2F3

Black with #9ED2F3

Text Example


Text Example

White with #9ED2F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9ED2F3; }

 p { color: rgb(158,210,243); }

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

background-color css

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

 a { background-color: rgb(158,210,243); }

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

border-color css

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

 span { border-color: rgb(158,210,243); }

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