Html Css Color HEX #9CB1EE Perano

📋 copy color: '#9CB1EE'

red 156 ◦ green 177 ◦ blue 238

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

Shades of Perano #9CB1EE

Tints of Perano #9CB1EE

RGB

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

 GREEN value IS 177 (69.53% from 255) = 31%

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

R = 27.32%
G = 31%
B = 41.68%

CMYK

 C value IS 0.34

 M value IS 0.26

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9CB1EE (or 0x9CB1EE) is known color: Perano. HEX triplet: 9C, B1 and EE. RGB value is (156,177,238). Sum of RGB (Red+Green+Blue) = 156+177+238=571 (75% of max value = 765). Red value is 156 (61.33% from 255 or 27.32% from 571); Green value is 177 (69.53% from 255 or 31.00% from 571); Blue value is 238 (93.36% from 255 or 41.68% from 571); Max value from RGB is 238 - color contains mainly: blue. Hex color #9CB1EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9CB1EE is #634E11. Grayscale: #B1B1B1. Windows color (decimal): -6508050 or 15643036. OLE color: 15643036.

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

Color convert

RGB 156 177 238 -
CMYK 0.34 0.26 0 0.07
HSL 224.63º 0.71% 0.77% -
HSV(B) 224.63º 0.34% 0.93% -
XYZ 44.87 44.69 87.15 -
YUV 177.68 162.04 112.54 -
System Red Green Blue C M Y K H S L
Decimal 156 177 238 0.34 0.26 0 0.07 224.63 0.71 0.77
Hex 9C B1 EE 22 1A 0 7 E1 47 4D
Octal 234 261 356 42 32 0 7 341 107 115
Binary 10011100 10110001 11101110 100010 11010 0 111 11100001 1000111 1001101

Color Harmonies of #9CB1EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CB1EE

Black with #9CB1EE

Text Example


Text Example

White with #9CB1EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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