Html Css Color HEX #9CBBED Perano

📋 copy color: '#9CBBED'

red 156 ◦ green 187 ◦ blue 237

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

Shades of Perano #9CBBED

Tints of Perano #9CBBED

RGB

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

 GREEN value IS 187 (73.44% from 255) = 32.24%

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

R = 26.9%
G = 32.24%
B = 40.86%

CMYK

 C value IS 0.34

 M value IS 0.21

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9CBBED (or 0x9CBBED) is known color: Perano. HEX triplet: 9C, BB and ED. RGB value is (156,187,237). Sum of RGB (Red+Green+Blue) = 156+187+237=580 (76% of max value = 765). Red value is 156 (61.33% from 255 or 26.90% from 580); Green value is 187 (73.44% from 255 or 32.24% from 580); Blue value is 237 (92.97% from 255 or 40.86% from 580); Max value from RGB is 237 - color contains mainly: blue. Hex color #9CBBED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9CBBED is #634412. Grayscale: #B7B7B7. Windows color (decimal): -6505491 or 15580060. OLE color: 15580060.

HSL color Cylindrical-coordinate representation of color #9CBBED: hue angle of 217.04º degrees, saturation: 0.69, 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 #9CBBED is Cyan = 0.34, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 156 187 237 -
CMYK 0.34 0.21 0 0.07
HSL 217.04º 0.69% 0.77% -
HSV(B) 217.04º 0.34% 0.93% -
XYZ 46.77 48.72 87.06 -
YUV 183.43 158.23 108.43 -
System Red Green Blue C M Y K H S L
Decimal 156 187 237 0.34 0.21 0 0.07 217.04 0.69 0.77
Hex 9C BB ED 22 15 0 7 D9 45 4D
Octal 234 273 355 42 25 0 7 331 105 115
Binary 10011100 10111011 11101101 100010 10101 0 111 11011001 1000101 1001101

Color Harmonies of #9CBBED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CBBED

Black with #9CBBED

Text Example


Text Example

White with #9CBBED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,187,237); }

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

background-color css

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

 a { background-color: rgb(156,187,237); }

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

border-color css

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

 span { border-color: rgb(156,187,237); }

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