Html Css Color HEX #9DCBF2 Sail

📋 copy color: '#9DCBF2'

red 157 ◦ green 203 ◦ blue 242

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

Shades of Sail #9DCBF2

Tints of Sail #9DCBF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 40.2%

R = 26.08%
G = 33.72%
B = 40.2%

CMYK

 C value IS 0.35

 M value IS 0.16

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#9DCBF2 (or 0x9DCBF2) is known color: Sail. HEX triplet: 9D, CB and F2. RGB value is (157,203,242). Sum of RGB (Red+Green+Blue) = 157+203+242=602 (79% of max value = 765). Red value is 157 (61.72% from 255 or 26.08% from 602); Green value is 203 (79.69% from 255 or 33.72% from 602); Blue value is 242 (94.92% from 255 or 40.20% from 602); Max value from RGB is 242 - color contains mainly: blue. Hex color #9DCBF2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DCBF2 is #62340D. Grayscale: #C1C1C1. Windows color (decimal): -6435854 or 15911837. OLE color: 15911837.

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

Color convert

RGB 157 203 242 -
CMYK 0.35 0.16 0 0.05
HSL 207.53º 0.77% 0.78% -
HSV(B) 207.53º 0.35% 0.95% -
XYZ 51.29 56.29 92.17 -
YUV 193.69 155.26 101.83 -
System Red Green Blue C M Y K H S L
Decimal 157 203 242 0.35 0.16 0 0.05 207.53 0.77 0.78
Hex 9D CB F2 23 10 0 5 D0 4D 4E
Octal 235 313 362 43 20 0 5 320 115 116
Binary 10011101 11001011 11110010 100011 10000 0 101 11010000 1001101 1001110

Color Harmonies of #9DCBF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DCBF2

Black with #9DCBF2

Text Example


Text Example

White with #9DCBF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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