Html Css Color HEX #84BFFB Light Sky Blue

📋 copy color: '#84BFFB'

red 132 ◦ green 191 ◦ blue 251

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

Shades of Light Sky Blue #84BFFB

Tints of Light Sky Blue #84BFFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 43.73%

R = 23%
G = 33.28%
B = 43.73%

CMYK

 C value IS 0.47

 M value IS 0.24

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#84BFFB (or 0x84BFFB) is known color: Light Sky Blue. HEX triplet: 84, BF and FB. RGB value is (132,191,251). Sum of RGB (Red+Green+Blue) = 132+191+251=574 (76% of max value = 765). Red value is 132 (51.95% from 255 or 23.00% from 574); Green value is 191 (75% from 255 or 33.28% from 574); Blue value is 251 (98.44% from 255 or 43.73% from 574); Max value from RGB is 251 - color contains mainly: blue. Hex color #84BFFB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #84BFFB is #7B4004. Grayscale: #B3B3B3. Windows color (decimal): -8077317 or 16498564. OLE color: 16498564.

HSL color Cylindrical-coordinate representation of color #84BFFB: hue angle of 210.25º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #84BFFB is Cyan = 0.47, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 132 191 251 -
CMYK 0.47 0.24 0 0.02
HSL 210.25º 0.94% 0.75% -
HSV(B) 210.25º 0.47% 0.98% -
XYZ 45.56 49.13 98.35 -
YUV 180.2 167.95 93.62 -
System Red Green Blue C M Y K H S L
Decimal 132 191 251 0.47 0.24 0 0.02 210.25 0.94 0.75
Hex 84 BF FB 2F 18 0 2 D2 5E 4B
Octal 204 277 373 57 30 0 2 322 136 113
Binary 10000100 10111111 11111011 101111 11000 0 10 11010010 1011110 1001011

Color Harmonies of #84BFFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84BFFB

Black with #84BFFB

Text Example


Text Example

White with #84BFFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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