Html Css Color HEX #9BCAED Sail

📋 copy color: '#9BCAED'

red 155 ◦ green 202 ◦ blue 237

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

Shades of Sail #9BCAED

Tints of Sail #9BCAED

RGB

 RED value IS 155 (60.94% from 255) = 26.09%

 GREEN value IS 202 (79.3% from 255) = 34.01%

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

R = 26.09%
G = 34.01%
B = 39.9%

CMYK

 C value IS 0.35

 M value IS 0.15

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9BCAED (or 0x9BCAED) is known color: Sail. HEX triplet: 9B, CA and ED. RGB value is (155,202,237). Sum of RGB (Red+Green+Blue) = 155+202+237=594 (78% of max value = 765). Red value is 155 (60.94% from 255 or 26.09% from 594); Green value is 202 (79.30% from 255 or 34.01% from 594); Blue value is 237 (92.97% from 255 or 39.90% from 594); Max value from RGB is 237 - color contains mainly: blue. Hex color #9BCAED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9BCAED is #643512. Grayscale: #BFBFBF. Windows color (decimal): -6567187 or 15583899. OLE color: 15583899.

HSL color Cylindrical-coordinate representation of color #9BCAED: hue angle of 205.61º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9BCAED is Cyan = 0.35, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 155 202 237 -
CMYK 0.35 0.15 0 0.07
HSL 205.61º 0.69% 0.77% -
HSV(B) 205.61º 0.35% 0.93% -
XYZ 49.92 55.32 88.17 -
YUV 191.94 153.43 101.65 -
System Red Green Blue C M Y K H S L
Decimal 155 202 237 0.35 0.15 0 0.07 205.61 0.69 0.77
Hex 9B CA ED 23 F 0 7 CE 45 4D
Octal 233 312 355 43 17 0 7 316 105 115
Binary 10011011 11001010 11101101 100011 1111 0 111 11001110 1000101 1001101

Color Harmonies of #9BCAED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BCAED

Black with #9BCAED

Text Example


Text Example

White with #9BCAED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,202,237); }

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

background-color css

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

 a { background-color: rgb(155,202,237); }

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

border-color css

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

 span { border-color: rgb(155,202,237); }

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