Html Css Color HEX #84DFF1 Sky Blue

📋 copy color: '#84DFF1'

red 132 ◦ green 223 ◦ blue 241

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

Shades of Sky Blue #84DFF1

Tints of Sky Blue #84DFF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 40.44%

R = 22.15%
G = 37.42%
B = 40.44%

CMYK

 C value IS 0.45

 M value IS 0.07

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#84DFF1 (or 0x84DFF1) is known color: Sky Blue. HEX triplet: 84, DF and F1. RGB value is (132,223,241). Sum of RGB (Red+Green+Blue) = 132+223+241=596 (78% of max value = 765). Red value is 132 (51.95% from 255 or 22.15% from 596); Green value is 223 (87.5% from 255 or 37.42% from 596); Blue value is 241 (94.53% from 255 or 40.44% from 596); Max value from RGB is 241 - color contains mainly: blue. Hex color #84DFF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #84DFF1 is #7B200E. Grayscale: #C5C5C5. Windows color (decimal): -8069135 or 15851396. OLE color: 15851396.

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

Color convert

RGB 132 223 241 -
CMYK 0.45 0.07 0 0.05
HSL 189.91º 0.8% 0.73% -
HSV(B) 189.91º 0.45% 0.95% -
XYZ 51.78 64.03 92.85 -
YUV 197.84 152.35 81.04 -
System Red Green Blue C M Y K H S L
Decimal 132 223 241 0.45 0.07 0 0.05 189.91 0.8 0.73
Hex 84 DF F1 2D 7 0 5 BE 50 49
Octal 204 337 361 55 7 0 5 276 120 111
Binary 10000100 11011111 11110001 101101 111 0 101 10111110 1010000 1001001

Color Harmonies of #84DFF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84DFF1

Black with #84DFF1

Text Example


Text Example

White with #84DFF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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