Html Css Color HEX #84CFF0 Sky Blue

📋 copy color: '#84CFF0'

red 132 ◦ green 207 ◦ blue 240

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

Shades of Sky Blue #84CFF0

Tints of Sky Blue #84CFF0

RGB

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

 GREEN value IS 207 (81.25% from 255) = 35.75%

 BLUE value IS 240 (94.14% from 255) = 41.45%

R = 22.8%
G = 35.75%
B = 41.45%

CMYK

 C value IS 0.45

 M value IS 0.14

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#84CFF0 (or 0x84CFF0) is known color: Sky Blue. HEX triplet: 84, CF and F0. RGB value is (132,207,240). Sum of RGB (Red+Green+Blue) = 132+207+240=579 (76% of max value = 765). Red value is 132 (51.95% from 255 or 22.80% from 579); Green value is 207 (81.25% from 255 or 35.75% from 579); Blue value is 240 (94.14% from 255 or 41.45% from 579); Max value from RGB is 240 - color contains mainly: blue. Hex color #84CFF0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #84CFF0 is #7B300F. Grayscale: #BCBCBC. Windows color (decimal): -8073232 or 15781764. OLE color: 15781764.

HSL color Cylindrical-coordinate representation of color #84CFF0: hue angle of 198.33º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #84CFF0 is Cyan = 0.45, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 132 207 240 -
CMYK 0.45 0.14 0 0.06
HSL 198.33º 0.78% 0.73% -
HSV(B) 198.33º 0.45% 0.94% -
XYZ 47.56 55.82 90.71 -
YUV 188.34 157.15 87.82 -
System Red Green Blue C M Y K H S L
Decimal 132 207 240 0.45 0.14 0 0.06 198.33 0.78 0.73
Hex 84 CF F0 2D E 0 6 C6 4E 49
Octal 204 317 360 55 16 0 6 306 116 111
Binary 10000100 11001111 11110000 101101 1110 0 110 11000110 1001110 1001001

Color Harmonies of #84CFF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84CFF0

Black with #84CFF0

Text Example


Text Example

White with #84CFF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,207,240); }

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

background-color css

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

 a { background-color: rgb(132,207,240); }

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

border-color css

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

 span { border-color: rgb(132,207,240); }

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