Html Css Color HEX #9DCBF7 Sail

📋 copy color: '#9DCBF7'

red 157 ◦ green 203 ◦ blue 247

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

Shades of Sail #9DCBF7

Tints of Sail #9DCBF7

RGB

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

 GREEN value IS 203 (79.69% from 255) = 33.44%

 BLUE value IS 247 (96.88% from 255) = 40.69%

R = 25.86%
G = 33.44%
B = 40.69%

CMYK

 C value IS 0.36

 M value IS 0.18

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#9DCBF7 (or 0x9DCBF7) is known color: Sail. HEX triplet: 9D, CB and F7. RGB value is (157,203,247). Sum of RGB (Red+Green+Blue) = 157+203+247=607 (80% of max value = 765). Red value is 157 (61.72% from 255 or 25.86% from 607); Green value is 203 (79.69% from 255 or 33.44% from 607); Blue value is 247 (96.88% from 255 or 40.69% from 607); Max value from RGB is 247 - color contains mainly: blue. Hex color #9DCBF7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DCBF7 is #623408. Grayscale: #C2C2C2. Windows color (decimal): -6435849 or 16239517. OLE color: 16239517.

HSL color Cylindrical-coordinate representation of color #9DCBF7: hue angle of 209.33º degrees, saturation: 0.85, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9DCBF7 is Cyan = 0.36, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 157 203 247 -
CMYK 0.36 0.18 0 0.03
HSL 209.33º 0.85% 0.79% -
HSV(B) 209.33º 0.36% 0.97% -
XYZ 52.05 56.6 96.18 -
YUV 194.26 157.76 101.42 -
System Red Green Blue C M Y K H S L
Decimal 157 203 247 0.36 0.18 0 0.03 209.33 0.85 0.79
Hex 9D CB F7 24 12 0 3 D1 55 4F
Octal 235 313 367 44 22 0 3 321 125 117
Binary 10011101 11001011 11110111 100100 10010 0 11 11010001 1010101 1001111

Color Harmonies of #9DCBF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DCBF7

Black with #9DCBF7

Text Example


Text Example

White with #9DCBF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,203,247); }

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

background-color css

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

 a { background-color: rgb(157,203,247); }

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

border-color css

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

 span { border-color: rgb(157,203,247); }

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