Html Css Color HEX #84C1DF Sky Blue

📋 copy color: '#84C1DF'

red 132 ◦ green 193 ◦ blue 223

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

Shades of Sky Blue #84C1DF

Tints of Sky Blue #84C1DF

RGB

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

 GREEN value IS 193 (75.78% from 255) = 35.22%

 BLUE value IS 223 (87.5% from 255) = 40.69%

R = 24.09%
G = 35.22%
B = 40.69%

CMYK

 C value IS 0.41

 M value IS 0.13

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#84C1DF (or 0x84C1DF) is known color: Sky Blue. HEX triplet: 84, C1 and DF. RGB value is (132,193,223). Sum of RGB (Red+Green+Blue) = 132+193+223=548 (72% of max value = 765). Red value is 132 (51.95% from 255 or 24.09% from 548); Green value is 193 (75.78% from 255 or 35.22% from 548); Blue value is 223 (87.5% from 255 or 40.69% from 548); Max value from RGB is 223 - color contains mainly: blue. Hex color #84C1DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84C1DF is #7B3E20. Grayscale: #B2B2B2. Windows color (decimal): -8076833 or 14664068. OLE color: 14664068.

HSL color Cylindrical-coordinate representation of color #84C1DF: hue angle of 199.78º degrees, saturation: 0.59, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #84C1DF is Cyan = 0.41, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 132 193 223 -
CMYK 0.41 0.13 0 0.13
HSL 199.78º 0.59% 0.7% -
HSV(B) 199.78º 0.41% 0.87% -
XYZ 41.9 48.37 76.94 -
YUV 178.18 153.29 95.06 -
System Red Green Blue C M Y K H S L
Decimal 132 193 223 0.41 0.13 0 0.13 199.78 0.59 0.7
Hex 84 C1 DF 29 D 0 D C8 3B 46
Octal 204 301 337 51 15 0 15 310 73 106
Binary 10000100 11000001 11011111 101001 1101 0 1101 11001000 111011 1000110

Color Harmonies of #84C1DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84C1DF

Black with #84C1DF

Text Example


Text Example

White with #84C1DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,193,223); }

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

background-color css

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

 a { background-color: rgb(132,193,223); }

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

border-color css

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

 span { border-color: rgb(132,193,223); }

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