Html Css Color HEX #9CB0EF Perano

📋 copy color: '#9CB0EF'

red 156 ◦ green 176 ◦ blue 239

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

Shades of Perano #9CB0EF

Tints of Perano #9CB0EF

RGB

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

 GREEN value IS 176 (69.14% from 255) = 30.82%

 BLUE value IS 239 (93.75% from 255) = 41.86%

R = 27.32%
G = 30.82%
B = 41.86%

CMYK

 C value IS 0.35

 M value IS 0.26

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#9CB0EF (or 0x9CB0EF) is known color: Perano. HEX triplet: 9C, B0 and EF. RGB value is (156,176,239). Sum of RGB (Red+Green+Blue) = 156+176+239=571 (75% of max value = 765). Red value is 156 (61.33% from 255 or 27.32% from 571); Green value is 176 (69.14% from 255 or 30.82% from 571); Blue value is 239 (93.75% from 255 or 41.86% from 571); Max value from RGB is 239 - color contains mainly: blue. Hex color #9CB0EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9CB0EF is #634F10. Grayscale: #B0B0B0. Windows color (decimal): -6508305 or 15708316. OLE color: 15708316.

HSL color Cylindrical-coordinate representation of color #9CB0EF: hue angle of 225.54º degrees, saturation: 0.72, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9CB0EF is Cyan = 0.35, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 156 176 239 -
CMYK 0.35 0.26 0 0.06
HSL 225.54º 0.72% 0.77% -
HSV(B) 225.54º 0.35% 0.94% -
XYZ 44.82 44.35 87.86 -
YUV 177.2 162.87 112.88 -
System Red Green Blue C M Y K H S L
Decimal 156 176 239 0.35 0.26 0 0.06 225.54 0.72 0.77
Hex 9C B0 EF 23 1A 0 6 E2 48 4D
Octal 234 260 357 43 32 0 6 342 110 115
Binary 10011100 10110000 11101111 100011 11010 0 110 11100010 1001000 1001101

Color Harmonies of #9CB0EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CB0EF

Black with #9CB0EF

Text Example


Text Example

White with #9CB0EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,176,239); }

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

background-color css

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

 a { background-color: rgb(156,176,239); }

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

border-color css

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

 span { border-color: rgb(156,176,239); }

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