Html Css Color HEX #9DCEFD Sail

📋 copy color: '#9DCEFD'

red 157 ◦ green 206 ◦ blue 253

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

Shades of Sail #9DCEFD

Tints of Sail #9DCEFD

RGB

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

 GREEN value IS 206 (80.86% from 255) = 33.44%

 BLUE value IS 253 (99.22% from 255) = 41.07%

R = 25.49%
G = 33.44%
B = 41.07%

CMYK

 C value IS 0.38

 M value IS 0.19

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#9DCEFD (or 0x9DCEFD) is known color: Sail. HEX triplet: 9D, CE and FD. RGB value is (157,206,253). Sum of RGB (Red+Green+Blue) = 157+206+253=616 (81% of max value = 765). Red value is 157 (61.72% from 255 or 25.49% from 616); Green value is 206 (80.86% from 255 or 33.44% from 616); Blue value is 253 (99.22% from 255 or 41.07% from 616); Max value from RGB is 253 - color contains mainly: blue. Hex color #9DCEFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DCEFD is #623102. Grayscale: #C4C4C4. Windows color (decimal): -6435075 or 16633501. OLE color: 16633501.

HSL color Cylindrical-coordinate representation of color #9DCEFD: hue angle of 209.38º degrees, saturation: 0.96, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9DCEFD is Cyan = 0.38, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 157 206 253 -
CMYK 0.38 0.19 0 0.01
HSL 209.38º 0.96% 0.8% -
HSV(B) 209.38º 0.38% 0.99% -
XYZ 53.71 58.4 101.37 -
YUV 196.71 159.77 99.68 -
System Red Green Blue C M Y K H S L
Decimal 157 206 253 0.38 0.19 0 0.01 209.38 0.96 0.8
Hex 9D CE FD 26 13 0 1 D1 60 50
Octal 235 316 375 46 23 0 1 321 140 120
Binary 10011101 11001110 11111101 100110 10011 0 1 11010001 1100000 1010000

Color Harmonies of #9DCEFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DCEFD

Black with #9DCEFD

Text Example


Text Example

White with #9DCEFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,206,253); }

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

background-color css

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

 a { background-color: rgb(157,206,253); }

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

border-color css

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

 span { border-color: rgb(157,206,253); }

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