#84CDF1

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

Shades of Sky Blue #84CDF1

Tints of Sky Blue #84CDF1

Color information

#84CDF1 (or 0x84CDF1) is unknown color: approx Sky Blue. HEX triplet: 84, CD and F1. RGB value is (132,205,241). Sum of RGB (Red+Green+Blue) = 132+205+241=578 (76% of max value = 765). Red value is 132 (51.95% from 255 or 22.84% from 578); Green value is 205 (80.47% from 255 or 35.47% from 578); Blue value is 241 (94.53% from 255 or 41.70% from 578); Max value from RGB is 241 - color contains mainly: blue. Hex color #84CDF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #84CDF1 is #7B320E. Grayscale: #BBBBBB. Windows color (decimal): -8073743 or 15846788. OLE color: 15846788.

HSL color Cylindrical-coordinate representation of color #84CDF1: hue angle of 199.82º 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 #84CDF1 is Cyan = 0.45, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB132205241-
CMYK0.450.1500.05
HSL199.82º79.56%73.14%-
HSV(B)199.82º45.23%94.51%-
XYZ47.2254.9291.33-
YUV187.28158.3288.57-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 22.84%
GREEN value IS 205 (80.47% from 255) = 35.47%
BLUE value IS 241 (94.53% from 255) = 41.70%
R=22.84%
G=35.47%
B=41.70%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1322052410.450.1500.05199.8279.5673.14
Hex84CDF12DF05c85049
Octal204315361551705310120111
Binary100001001100110111110001101101111101011100100010100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84CDF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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