Html Css Color HEX #9CBCEE Perano

📋 copy color: '#9CBCEE'

red 156 ◦ green 188 ◦ blue 238

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

Shades of Perano #9CBCEE

Tints of Perano #9CBCEE

RGB

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

 GREEN value IS 188 (73.83% from 255) = 32.3%

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

R = 26.8%
G = 32.3%
B = 40.89%

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

#9CBCEE (or 0x9CBCEE) is known color: Perano. HEX triplet: 9C, BC and EE. RGB value is (156,188,238). Sum of RGB (Red+Green+Blue) = 156+188+238=582 (77% of max value = 765). Red value is 156 (61.33% from 255 or 26.80% from 582); Green value is 188 (73.83% from 255 or 32.30% from 582); Blue value is 238 (93.36% from 255 or 40.89% from 582); Max value from RGB is 238 - color contains mainly: blue. Hex color #9CBCEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9CBCEE is #634311. Grayscale: #B7B7B7. Windows color (decimal): -6505234 or 15645852. OLE color: 15645852.

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

Color convert

RGB 156 188 238 -
CMYK 0.34 0.21 0 0.07
HSL 216.59º 0.71% 0.77% -
HSV(B) 216.59º 0.34% 0.93% -
XYZ 47.13 49.21 87.9 -
YUV 184.13 158.4 107.93 -
System Red Green Blue C M Y K H S L
Decimal 156 188 238 0.34 0.21 0 0.07 216.59 0.71 0.77
Hex 9C BC EE 22 15 0 7 D9 47 4D
Octal 234 274 356 42 25 0 7 331 107 115
Binary 10011100 10111100 11101110 100010 10101 0 111 11011001 1000111 1001101

Color Harmonies of #9CBCEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CBCEE

Black with #9CBCEE

Text Example


Text Example

White with #9CBCEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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