Html Css Color HEX #9CCDEE Sail

📋 copy color: '#9CCDEE'

red 156 ◦ green 205 ◦ blue 238

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

Shades of Sail #9CCDEE

Tints of Sail #9CCDEE

RGB

 RED value IS 156 (61.33% from 255) = 26.04%

 GREEN value IS 205 (80.47% from 255) = 34.22%

 BLUE value IS 238 (93.36% from 255) = 39.73%

R = 26.04%
G = 34.22%
B = 39.73%

CMYK

 C value IS 0.34

 M value IS 0.14

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9CCDEE (or 0x9CCDEE) is known color: Sail. HEX triplet: 9C, CD and EE. RGB value is (156,205,238). Sum of RGB (Red+Green+Blue) = 156+205+238=599 (79% of max value = 765). Red value is 156 (61.33% from 255 or 26.04% from 599); Green value is 205 (80.47% from 255 or 34.22% from 599); Blue value is 238 (93.36% from 255 or 39.73% from 599); Max value from RGB is 238 - color contains mainly: blue. Hex color #9CCDEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9CCDEE is #633211. Grayscale: #C1C1C1. Windows color (decimal): -6500882 or 15650204. OLE color: 15650204.

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

Color convert

RGB 156 205 238 -
CMYK 0.34 0.14 0 0.07
HSL 204.15º 0.71% 0.77% -
HSV(B) 204.15º 0.34% 0.93% -
XYZ 50.97 56.9 89.19 -
YUV 194.11 152.77 100.82 -
System Red Green Blue C M Y K H S L
Decimal 156 205 238 0.34 0.14 0 0.07 204.15 0.71 0.77
Hex 9C CD EE 22 E 0 7 CC 47 4D
Octal 234 315 356 42 16 0 7 314 107 115
Binary 10011100 11001101 11101110 100010 1110 0 111 11001100 1000111 1001101

Color Harmonies of #9CCDEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CCDEE

Black with #9CCDEE

Text Example


Text Example

White with #9CCDEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,205,238); }

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

background-color css

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

 a { background-color: rgb(156,205,238); }

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

border-color css

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

 span { border-color: rgb(156,205,238); }

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