Html Css Color HEX #99BAFD Perano

📋 copy color: '#99BAFD'

red 153 ◦ green 186 ◦ blue 253

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

Shades of Perano #99BAFD

Tints of Perano #99BAFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 42.74%

R = 25.84%
G = 31.42%
B = 42.74%

CMYK

 C value IS 0.40

 M value IS 0.26

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#99BAFD (or 0x99BAFD) is known color: Perano. HEX triplet: 99, BA and FD. RGB value is (153,186,253). Sum of RGB (Red+Green+Blue) = 153+186+253=592 (78% of max value = 765). Red value is 153 (60.16% from 255 or 25.84% from 592); Green value is 186 (73.05% from 255 or 31.42% from 592); Blue value is 253 (99.22% from 255 or 42.74% from 592); Max value from RGB is 253 - color contains mainly: blue. Hex color #99BAFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #99BAFD is #664502. Grayscale: #B7B7B7. Windows color (decimal): -6702339 or 16628377. OLE color: 16628377.

HSL color Cylindrical-coordinate representation of color #99BAFD: hue angle of 220.2º degrees, saturation: 0.96, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #99BAFD is Cyan = 0.40, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 153 186 253 -
CMYK 0.40 0.26 0 0.01
HSL 220.2º 0.96% 0.8% -
HSV(B) 220.2º 0.4% 0.99% -
XYZ 48.43 48.98 99.83 -
YUV 183.77 167.07 106.05 -
System Red Green Blue C M Y K H S L
Decimal 153 186 253 0.40 0.26 0 0.01 220.2 0.96 0.8
Hex 99 BA FD 28 1A 0 1 DC 60 50
Octal 231 272 375 50 32 0 1 334 140 120
Binary 10011001 10111010 11111101 101000 11010 0 1 11011100 1100000 1010000

Color Harmonies of #99BAFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99BAFD

Black with #99BAFD

Text Example


Text Example

White with #99BAFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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