Html Css Color HEX #9DC3EF Sail

📋 copy color: '#9DC3EF'

red 157 ◦ green 195 ◦ blue 239

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

Shades of Sail #9DC3EF

Tints of Sail #9DC3EF

RGB

 RED value IS 157 (61.72% from 255) = 26.57%

 GREEN value IS 195 (76.56% from 255) = 32.99%

 BLUE value IS 239 (93.75% from 255) = 40.44%

R = 26.57%
G = 32.99%
B = 40.44%

CMYK

 C value IS 0.34

 M value IS 0.18

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#9DC3EF (or 0x9DC3EF) is known color: Sail. HEX triplet: 9D, C3 and EF. RGB value is (157,195,239). Sum of RGB (Red+Green+Blue) = 157+195+239=591 (78% of max value = 765). Red value is 157 (61.72% from 255 or 26.57% from 591); Green value is 195 (76.56% from 255 or 32.99% from 591); Blue value is 239 (93.75% from 255 or 40.44% from 591); Max value from RGB is 239 - color contains mainly: blue. Hex color #9DC3EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DC3EF is #623C10. Grayscale: #BCBCBC. Windows color (decimal): -6437905 or 15713181. OLE color: 15713181.

HSL color Cylindrical-coordinate representation of color #9DC3EF: hue angle of 212.2º degrees, saturation: 0.72, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9DC3EF is Cyan = 0.34, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 157 195 239 -
CMYK 0.34 0.18 0 0.06
HSL 212.2º 0.72% 0.78% -
HSV(B) 212.2º 0.34% 0.94% -
XYZ 49 52.43 89.2 -
YUV 188.65 156.41 105.42 -
System Red Green Blue C M Y K H S L
Decimal 157 195 239 0.34 0.18 0 0.06 212.2 0.72 0.78
Hex 9D C3 EF 22 12 0 6 D4 48 4E
Octal 235 303 357 42 22 0 6 324 110 116
Binary 10011101 11000011 11101111 100010 10010 0 110 11010100 1001000 1001110

Color Harmonies of #9DC3EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DC3EF

Black with #9DC3EF

Text Example


Text Example

White with #9DC3EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,195,239); }

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

background-color css

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

 a { background-color: rgb(157,195,239); }

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

border-color css

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

 span { border-color: rgb(157,195,239); }

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