Html Css Color HEX #84CBF0 Sky Blue

📋 copy color: '#84CBF0'

red 132 ◦ green 203 ◦ blue 240

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

Shades of Sky Blue #84CBF0

Tints of Sky Blue #84CBF0

RGB

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

 GREEN value IS 203 (79.69% from 255) = 35.3%

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

R = 22.96%
G = 35.3%
B = 41.74%

CMYK

 C value IS 0.45

 M value IS 0.15

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#84CBF0 (or 0x84CBF0) is known color: Sky Blue. HEX triplet: 84, CB and F0. RGB value is (132,203,240). Sum of RGB (Red+Green+Blue) = 132+203+240=575 (76% of max value = 765). Red value is 132 (51.95% from 255 or 22.96% from 575); Green value is 203 (79.69% from 255 or 35.30% from 575); Blue value is 240 (94.14% from 255 or 41.74% from 575); Max value from RGB is 240 - color contains mainly: blue. Hex color #84CBF0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #84CBF0 is #7B340F. Grayscale: #B9B9B9. Windows color (decimal): -8074256 or 15780740. OLE color: 15780740.

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

Color convert

RGB 132 203 240 -
CMYK 0.45 0.15 0 0.06
HSL 200.56º 0.78% 0.73% -
HSV(B) 200.56º 0.45% 0.94% -
XYZ 46.6 53.91 90.39 -
YUV 185.99 158.48 89.49 -
System Red Green Blue C M Y K H S L
Decimal 132 203 240 0.45 0.15 0 0.06 200.56 0.78 0.73
Hex 84 CB F0 2D F 0 6 C9 4E 49
Octal 204 313 360 55 17 0 6 311 116 111
Binary 10000100 11001011 11110000 101101 1111 0 110 11001001 1001110 1001001

Color Harmonies of #84CBF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84CBF0

Black with #84CBF0

Text Example


Text Example

White with #84CBF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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