Html Css Color HEX #9FBCED Perano

📋 copy color: '#9FBCED'

red 159 ◦ green 188 ◦ blue 237

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

Shades of Perano #9FBCED

Tints of Perano #9FBCED

RGB

 RED value IS 159 (62.5% from 255) = 27.23%

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

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

R = 27.23%
G = 32.19%
B = 40.58%

CMYK

 C value IS 0.33

 M value IS 0.21

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9FBCED (or 0x9FBCED) is known color: Perano. HEX triplet: 9F, BC and ED. RGB value is (159,188,237). Sum of RGB (Red+Green+Blue) = 159+188+237=584 (77% of max value = 765). Red value is 159 (62.5% from 255 or 27.23% from 584); Green value is 188 (73.83% from 255 or 32.19% from 584); Blue value is 237 (92.97% from 255 or 40.58% from 584); Max value from RGB is 237 - color contains mainly: blue. Hex color #9FBCED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9FBCED is #604312. Grayscale: #B8B8B8. Windows color (decimal): -6308627 or 15580319. OLE color: 15580319.

HSL color Cylindrical-coordinate representation of color #9FBCED: hue angle of 217.69º degrees, saturation: 0.68, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9FBCED is Cyan = 0.33, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 159 188 237 -
CMYK 0.33 0.21 0 0.07
HSL 217.69º 0.68% 0.78% -
HSV(B) 217.69º 0.33% 0.93% -
XYZ 47.57 49.45 87.16 -
YUV 184.92 157.39 109.52 -
System Red Green Blue C M Y K H S L
Decimal 159 188 237 0.33 0.21 0 0.07 217.69 0.68 0.78
Hex 9F BC ED 21 15 0 7 DA 44 4E
Octal 237 274 355 41 25 0 7 332 104 116
Binary 10011111 10111100 11101101 100001 10101 0 111 11011010 1000100 1001110

Color Harmonies of #9FBCED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FBCED

Black with #9FBCED

Text Example


Text Example

White with #9FBCED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,188,237); }

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

background-color css

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

 a { background-color: rgb(159,188,237); }

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

border-color css

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

 span { border-color: rgb(159,188,237); }

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