Html Css Color HEX #9FCDED Sail

📋 copy color: '#9FCDED'

red 159 ◦ green 205 ◦ blue 237

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

Shades of Sail #9FCDED

Tints of Sail #9FCDED

RGB

 RED value IS 159 (62.5% from 255) = 26.46%

 GREEN value IS 205 (80.47% from 255) = 34.11%

 BLUE value IS 237 (92.97% from 255) = 39.43%

R = 26.46%
G = 34.11%
B = 39.43%

CMYK

 C value IS 0.33

 M value IS 0.14

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9FCDED (or 0x9FCDED) is known color: Sail. HEX triplet: 9F, CD and ED. RGB value is (159,205,237). Sum of RGB (Red+Green+Blue) = 159+205+237=601 (79% of max value = 765). Red value is 159 (62.5% from 255 or 26.46% from 601); Green value is 205 (80.47% from 255 or 34.11% from 601); Blue value is 237 (92.97% from 255 or 39.43% from 601); Max value from RGB is 237 - color contains mainly: blue. Hex color #9FCDED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9FCDED is #603212. Grayscale: #C2C2C2. Windows color (decimal): -6304275 or 15584671. OLE color: 15584671.

HSL color Cylindrical-coordinate representation of color #9FCDED: hue angle of 204.62º degrees, saturation: 0.68, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9FCDED is Cyan = 0.33, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 159 205 237 -
CMYK 0.33 0.14 0 0.07
HSL 204.62º 0.68% 0.78% -
HSV(B) 204.62º 0.33% 0.93% -
XYZ 51.42 57.15 88.44 -
YUV 194.89 151.76 102.4 -
System Red Green Blue C M Y K H S L
Decimal 159 205 237 0.33 0.14 0 0.07 204.62 0.68 0.78
Hex 9F CD ED 21 E 0 7 CD 44 4E
Octal 237 315 355 41 16 0 7 315 104 116
Binary 10011111 11001101 11101101 100001 1110 0 111 11001101 1000100 1001110

Color Harmonies of #9FCDED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FCDED

Black with #9FCDED

Text Example


Text Example

White with #9FCDED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,205,237); }

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

background-color css

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

 a { background-color: rgb(159,205,237); }

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

border-color css

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

 span { border-color: rgb(159,205,237); }

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