Html Css Color HEX #9BADF9 Perano

📋 copy color: '#9BADF9'

red 155 ◦ green 173 ◦ blue 249

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

Shades of Perano #9BADF9

Tints of Perano #9BADF9

RGB

 RED value IS 155 (60.94% from 255) = 26.86%

 GREEN value IS 173 (67.97% from 255) = 29.98%

 BLUE value IS 249 (97.66% from 255) = 43.15%

R = 26.86%
G = 29.98%
B = 43.15%

CMYK

 C value IS 0.38

 M value IS 0.31

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9BADF9 (or 0x9BADF9) is known color: Perano. HEX triplet: 9B, AD and F9. RGB value is (155,173,249). Sum of RGB (Red+Green+Blue) = 155+173+249=577 (76% of max value = 765). Red value is 155 (60.94% from 255 or 26.86% from 577); Green value is 173 (67.97% from 255 or 29.98% from 577); Blue value is 249 (97.66% from 255 or 43.15% from 577); Max value from RGB is 249 - color contains mainly: blue. Hex color #9BADF9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9BADF9 is #645206. Grayscale: #AFAFAF. Windows color (decimal): -6574599 or 16362907. OLE color: 16362907.

HSL color Cylindrical-coordinate representation of color #9BADF9: hue angle of 228.51º degrees, saturation: 0.89, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9BADF9 is Cyan = 0.38, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 155 173 249 -
CMYK 0.38 0.31 0 0.02
HSL 228.51º 0.89% 0.79% -
HSV(B) 228.51º 0.38% 0.98% -
XYZ 45.56 43.7 95.66 -
YUV 176.28 169.04 112.82 -
System Red Green Blue C M Y K H S L
Decimal 155 173 249 0.38 0.31 0 0.02 228.51 0.89 0.79
Hex 9B AD F9 26 1F 0 2 E5 59 4F
Octal 233 255 371 46 37 0 2 345 131 117
Binary 10011011 10101101 11111001 100110 11111 0 10 11100101 1011001 1001111

Color Harmonies of #9BADF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BADF9

Black with #9BADF9

Text Example


Text Example

White with #9BADF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,173,249); }

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

background-color css

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

 a { background-color: rgb(155,173,249); }

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

border-color css

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

 span { border-color: rgb(155,173,249); }

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