Html Css Color HEX #9FB2F2 Perano

📋 copy color: '#9FB2F2'

red 159 ◦ green 178 ◦ blue 242

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

Shades of Perano #9FB2F2

Tints of Perano #9FB2F2

RGB

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

 GREEN value IS 178 (69.92% from 255) = 30.74%

 BLUE value IS 242 (94.92% from 255) = 41.8%

R = 27.46%
G = 30.74%
B = 41.8%

CMYK

 C value IS 0.34

 M value IS 0.26

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#9FB2F2 (or 0x9FB2F2) is known color: Perano. HEX triplet: 9F, B2 and F2. RGB value is (159,178,242). Sum of RGB (Red+Green+Blue) = 159+178+242=579 (76% of max value = 765). Red value is 159 (62.5% from 255 or 27.46% from 579); Green value is 178 (69.92% from 255 or 30.74% from 579); Blue value is 242 (94.92% from 255 or 41.80% from 579); Max value from RGB is 242 - color contains mainly: blue. Hex color #9FB2F2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9FB2F2 is #604D0D. Grayscale: #B3B3B3. Windows color (decimal): -6311182 or 15905439. OLE color: 15905439.

HSL color Cylindrical-coordinate representation of color #9FB2F2: hue angle of 226.27º degrees, saturation: 0.76, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9FB2F2 is Cyan = 0.34, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 159 178 242 -
CMYK 0.34 0.26 0 0.05
HSL 226.27º 0.76% 0.79% -
HSV(B) 226.27º 0.34% 0.95% -
XYZ 46.25 45.62 90.37 -
YUV 179.62 163.21 113.3 -
System Red Green Blue C M Y K H S L
Decimal 159 178 242 0.34 0.26 0 0.05 226.27 0.76 0.79
Hex 9F B2 F2 22 1A 0 5 E2 4C 4F
Octal 237 262 362 42 32 0 5 342 114 117
Binary 10011111 10110010 11110010 100010 11010 0 101 11100010 1001100 1001111

Color Harmonies of #9FB2F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FB2F2

Black with #9FB2F2

Text Example


Text Example

White with #9FB2F2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,178,242); }

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

background-color css

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

 a { background-color: rgb(159,178,242); }

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

border-color css

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

 span { border-color: rgb(159,178,242); }

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