Html Css Color HEX #84CEF2 Sky Blue

📋 copy color: '#84CEF2'

red 132 ◦ green 206 ◦ blue 242

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

Shades of Sky Blue #84CEF2

Tints of Sky Blue #84CEF2

RGB

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

 GREEN value IS 206 (80.86% from 255) = 35.52%

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

R = 22.76%
G = 35.52%
B = 41.72%

CMYK

 C value IS 0.45

 M value IS 0.15

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#84CEF2 (or 0x84CEF2) is known color: Sky Blue. HEX triplet: 84, CE and F2. RGB value is (132,206,242). Sum of RGB (Red+Green+Blue) = 132+206+242=580 (76% of max value = 765). Red value is 132 (51.95% from 255 or 22.76% from 580); Green value is 206 (80.86% from 255 or 35.52% from 580); Blue value is 242 (94.92% from 255 or 41.72% from 580); Max value from RGB is 242 - color contains mainly: blue. Hex color #84CEF2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #84CEF2 is #7B310D. Grayscale: #BBBBBB. Windows color (decimal): -8073486 or 15912580. OLE color: 15912580.

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

Color convert

RGB 132 206 242 -
CMYK 0.45 0.15 0 0.05
HSL 199.64º 0.81% 0.73% -
HSV(B) 199.64º 0.45% 0.95% -
XYZ 47.61 55.46 92.2 -
YUV 187.98 158.48 88.07 -
System Red Green Blue C M Y K H S L
Decimal 132 206 242 0.45 0.15 0 0.05 199.64 0.81 0.73
Hex 84 CE F2 2D F 0 5 C8 51 49
Octal 204 316 362 55 17 0 5 310 121 111
Binary 10000100 11001110 11110010 101101 1111 0 101 11001000 1010001 1001001

Color Harmonies of #84CEF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84CEF2

Black with #84CEF2

Text Example


Text Example

White with #84CEF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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