Html Css Color HEX #9CB6E6 Perano

📋 copy color: '#9CB6E6'

red 156 ◦ green 182 ◦ blue 230

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

Shades of Perano #9CB6E6

Tints of Perano #9CB6E6

RGB

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

 GREEN value IS 182 (71.48% from 255) = 32.04%

 BLUE value IS 230 (90.23% from 255) = 40.49%

R = 27.46%
G = 32.04%
B = 40.49%

CMYK

 C value IS 0.32

 M value IS 0.21

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#9CB6E6 (or 0x9CB6E6) is known color: Perano. HEX triplet: 9C, B6 and E6. RGB value is (156,182,230). Sum of RGB (Red+Green+Blue) = 156+182+230=568 (75% of max value = 765). Red value is 156 (61.33% from 255 or 27.46% from 568); Green value is 182 (71.48% from 255 or 32.04% from 568); Blue value is 230 (90.23% from 255 or 40.49% from 568); Max value from RGB is 230 - color contains mainly: blue. Hex color #9CB6E6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9CB6E6 is #634919. Grayscale: #B3B3B3. Windows color (decimal): -6506778 or 15120028. OLE color: 15120028.

HSL color Cylindrical-coordinate representation of color #9CB6E6: hue angle of 218.92º degrees, saturation: 0.6, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9CB6E6 is Cyan = 0.32, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 156 182 230 -
CMYK 0.32 0.21 0 0.10
HSL 218.92º 0.6% 0.76% -
HSV(B) 218.92º 0.32% 0.9% -
XYZ 44.72 46.24 81.43 -
YUV 179.7 156.39 111.1 -
System Red Green Blue C M Y K H S L
Decimal 156 182 230 0.32 0.21 0 0.10 218.92 0.6 0.76
Hex 9C B6 E6 20 15 0 A DB 3C 4C
Octal 234 266 346 40 25 0 12 333 74 114
Binary 10011100 10110110 11100110 100000 10101 0 1010 11011011 111100 1001100

Color Harmonies of #9CB6E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CB6E6

Black with #9CB6E6

Text Example


Text Example

White with #9CB6E6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,182,230); }

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

background-color css

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

 a { background-color: rgb(156,182,230); }

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

border-color css

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

 span { border-color: rgb(156,182,230); }

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