Html Css Color HEX #84DFF2 Sky Blue

📋 copy color: '#84DFF2'

red 132 ◦ green 223 ◦ blue 242

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

Shades of Sky Blue #84DFF2

Tints of Sky Blue #84DFF2

RGB

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

 GREEN value IS 223 (87.5% from 255) = 37.35%

 BLUE value IS 242 (94.92% from 255) = 40.54%

R = 22.11%
G = 37.35%
B = 40.54%

CMYK

 C value IS 0.45

 M value IS 0.08

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#84DFF2 (or 0x84DFF2) is known color: Sky Blue. HEX triplet: 84, DF and F2. RGB value is (132,223,242). Sum of RGB (Red+Green+Blue) = 132+223+242=597 (79% of max value = 765). Red value is 132 (51.95% from 255 or 22.11% from 597); Green value is 223 (87.5% from 255 or 37.35% from 597); Blue value is 242 (94.92% from 255 or 40.54% from 597); Max value from RGB is 242 - color contains mainly: blue. Hex color #84DFF2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #84DFF2 is #7B200D. Grayscale: #C5C5C5. Windows color (decimal): -8069134 or 15916932. OLE color: 15916932.

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

Color convert

RGB 132 223 242 -
CMYK 0.45 0.08 0 0.05
HSL 190.36º 0.81% 0.73% -
HSV(B) 190.36º 0.45% 0.95% -
XYZ 51.93 64.09 93.64 -
YUV 197.96 152.85 80.96 -
System Red Green Blue C M Y K H S L
Decimal 132 223 242 0.45 0.08 0 0.05 190.36 0.81 0.73
Hex 84 DF F2 2D 8 0 5 BE 51 49
Octal 204 337 362 55 10 0 5 276 121 111
Binary 10000100 11011111 11110010 101101 1000 0 101 10111110 1010001 1001001

Color Harmonies of #84DFF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84DFF2

Black with #84DFF2

Text Example


Text Example

White with #84DFF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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