Html Css Color HEX #84BFF1 Light Sky Blue

📋 copy color: '#84BFF1'

red 132 ◦ green 191 ◦ blue 241

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

Shades of Light Sky Blue #84BFF1

Tints of Light Sky Blue #84BFF1

RGB

 RED value IS 132 (51.95% from 255) = 23.4%

 GREEN value IS 191 (75% from 255) = 33.87%

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

R = 23.4%
G = 33.87%
B = 42.73%

CMYK

 C value IS 0.45

 M value IS 0.21

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#84BFF1 (or 0x84BFF1) is known color: Light Sky Blue. HEX triplet: 84, BF and F1. RGB value is (132,191,241). Sum of RGB (Red+Green+Blue) = 132+191+241=564 (74% of max value = 765). Red value is 132 (51.95% from 255 or 23.40% from 564); Green value is 191 (75% from 255 or 33.87% from 564); Blue value is 241 (94.53% from 255 or 42.73% from 564); Max value from RGB is 241 - color contains mainly: blue. Hex color #84BFF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #84BFF1 is #7B400E. Grayscale: #B2B2B2. Windows color (decimal): -8077327 or 15843204. OLE color: 15843204.

HSL color Cylindrical-coordinate representation of color #84BFF1: hue angle of 207.52º degrees, saturation: 0.8, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #84BFF1 is Cyan = 0.45, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 132 191 241 -
CMYK 0.45 0.21 0 0.05
HSL 207.52º 0.8% 0.73% -
HSV(B) 207.52º 0.45% 0.95% -
XYZ 44.02 48.52 90.26 -
YUV 179.06 162.95 94.43 -
System Red Green Blue C M Y K H S L
Decimal 132 191 241 0.45 0.21 0 0.05 207.52 0.8 0.73
Hex 84 BF F1 2D 15 0 5 D0 50 49
Octal 204 277 361 55 25 0 5 320 120 111
Binary 10000100 10111111 11110001 101101 10101 0 101 11010000 1010000 1001001

Color Harmonies of #84BFF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84BFF1

Black with #84BFF1

Text Example


Text Example

White with #84BFF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84BFF1; }

 p { color: rgb(132,191,241); }

 H1.HeaderClassName
 {
   color: #84BFF1;
 }
 .AnyTagClassName
 {
   color: #84BFF1;
 }
</style>

background-color css

<style>
 a { background-color: #84BFF1; }

 a { background-color: rgb(132,191,241); }

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

border-color css

<style>
 span { border-color: #84BFF1; }

 span { border-color: rgb(132,191,241); }

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