Html Css Color HEX #9DCBF9 Sail

📋 copy color: '#9DCBF9'

red 157 ◦ green 203 ◦ blue 249

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

Shades of Sail #9DCBF9

Tints of Sail #9DCBF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 40.89%

R = 25.78%
G = 33.33%
B = 40.89%

CMYK

 C value IS 0.37

 M value IS 0.18

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9DCBF9 (or 0x9DCBF9) is known color: Sail. HEX triplet: 9D, CB and F9. RGB value is (157,203,249). Sum of RGB (Red+Green+Blue) = 157+203+249=609 (80% of max value = 765). Red value is 157 (61.72% from 255 or 25.78% from 609); Green value is 203 (79.69% from 255 or 33.33% from 609); Blue value is 249 (97.66% from 255 or 40.89% from 609); Max value from RGB is 249 - color contains mainly: blue. Hex color #9DCBF9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DCBF9 is #623406. Grayscale: #C2C2C2. Windows color (decimal): -6435847 or 16370589. OLE color: 16370589.

HSL color Cylindrical-coordinate representation of color #9DCBF9: hue angle of 210º degrees, saturation: 0.88, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9DCBF9 is Cyan = 0.37, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 157 203 249 -
CMYK 0.37 0.18 0 0.02
HSL 210º 0.88% 0.8% -
HSV(B) 210º 0.37% 0.98% -
XYZ 52.36 56.72 97.81 -
YUV 194.49 158.76 101.26 -
System Red Green Blue C M Y K H S L
Decimal 157 203 249 0.37 0.18 0 0.02 210 0.88 0.8
Hex 9D CB F9 25 12 0 2 D2 58 50
Octal 235 313 371 45 22 0 2 322 130 120
Binary 10011101 11001011 11111001 100101 10010 0 10 11010010 1011000 1010000

Color Harmonies of #9DCBF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DCBF9

Black with #9DCBF9

Text Example


Text Example

White with #9DCBF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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