Html Css Color HEX #99BAF1 Perano

📋 copy color: '#99BAF1'

red 153 ◦ green 186 ◦ blue 241

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

Shades of Perano #99BAF1

Tints of Perano #99BAF1

RGB

 RED value IS 153 (60.16% from 255) = 26.38%

 GREEN value IS 186 (73.05% from 255) = 32.07%

 BLUE value IS 241 (94.53% from 255) = 41.55%

R = 26.38%
G = 32.07%
B = 41.55%

CMYK

 C value IS 0.37

 M value IS 0.23

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#99BAF1 (or 0x99BAF1) is known color: Perano. HEX triplet: 99, BA and F1. RGB value is (153,186,241). Sum of RGB (Red+Green+Blue) = 153+186+241=580 (76% of max value = 765). Red value is 153 (60.16% from 255 or 26.38% from 580); Green value is 186 (73.05% from 255 or 32.07% from 580); Blue value is 241 (94.53% from 255 or 41.55% from 580); Max value from RGB is 241 - color contains mainly: blue. Hex color #99BAF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #99BAF1 is #66450E. Grayscale: #B6B6B6. Windows color (decimal): -6702351 or 15841945. OLE color: 15841945.

HSL color Cylindrical-coordinate representation of color #99BAF1: hue angle of 217.5º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #99BAF1 is Cyan = 0.37, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 153 186 241 -
CMYK 0.37 0.23 0 0.05
HSL 217.5º 0.76% 0.77% -
HSV(B) 217.5º 0.37% 0.95% -
XYZ 46.57 48.24 90.08 -
YUV 182.4 161.07 107.03 -
System Red Green Blue C M Y K H S L
Decimal 153 186 241 0.37 0.23 0 0.05 217.5 0.76 0.77
Hex 99 BA F1 25 17 0 5 DA 4C 4D
Octal 231 272 361 45 27 0 5 332 114 115
Binary 10011001 10111010 11110001 100101 10111 0 101 11011010 1001100 1001101

Color Harmonies of #99BAF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99BAF1

Black with #99BAF1

Text Example


Text Example

White with #99BAF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99BAF1; }

 p { color: rgb(153,186,241); }

 H1.HeaderClassName
 {
   color: #99BAF1;
 }
 .AnyTagClassName
 {
   color: #99BAF1;
 }
</style>

background-color css

<style>
 a { background-color: #99BAF1; }

 a { background-color: rgb(153,186,241); }

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

border-color css

<style>
 span { border-color: #99BAF1; }

 span { border-color: rgb(153,186,241); }

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