#84CBFF

Color #84CBFF Light Sky Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Sky Blue #84CBFF

Tints of Light Sky Blue #84CBFF

Color information

#84CBFF (or 0x84CBFF) is unknown color: approx Light Sky Blue. HEX triplet: 84, CB and FF. RGB value is (132,203,255). Sum of RGB (Red+Green+Blue) = 132+203+255=590 (78% of max value = 765). Red value is 132 (51.95% from 255 or 22.37% from 590); Green value is 203 (79.69% from 255 or 34.41% from 590); Blue value is 255 (100% from 255 or 43.22% from 590); Max value from RGB is 255 - color contains mainly: blue. Hex color #84CBFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #84CBFF is #7B3400. Grayscale: #BBBBBB. Windows color (decimal): -8074241 or 16763780. OLE color: 16763780.

HSL color Cylindrical-coordinate representation of color #84CBFF: hue angle of 205.37º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #84CBFF is Cyan = 0.48, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB132203255-
CMYK0.480.2000
HSL205.37º100%75.88%-
HSV(B)205.37º48.24%100%-
XYZ48.9254.84102.61-
YUV187.7165.9888.27-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 22.37%
GREEN value IS 203 (79.69% from 255) = 34.41%
BLUE value IS 255 (100% from 255) = 43.22%
R=22.37%
G=34.41%
B=43.22%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1322032550.480.2000205.3710075.88
Hex84CBFF301400cd644c
Octal204313377602400315144114
Binary10000100110010111111111111000010100001100110111001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84CBFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,203,255); }

 H1.HeaderClassName
 {
   color: #84CBFF;
 }
 .AnyTagClassName
 {
   color: #84CBFF;
 }
</style>
background-color css

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

 a { background-color: rgb(132,203,255); }

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

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

 span { border-color: rgb(132,203,255); }

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