Html Css Color HEX #84CBF2 Light Sky Blue

📋 copy color: '#84CBF2'

red 132 ◦ green 203 ◦ blue 242

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

Shades of Light Sky Blue #84CBF2

Tints of Light Sky Blue #84CBF2

RGB

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

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

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

R = 22.88%
G = 35.18%
B = 41.94%

CMYK

 C value IS 0.45

 M value IS 0.16

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#84CBF2 (or 0x84CBF2) is known color: Light Sky Blue. HEX triplet: 84, CB and F2. RGB value is (132,203,242). Sum of RGB (Red+Green+Blue) = 132+203+242=577 (76% of max value = 765). Red value is 132 (51.95% from 255 or 22.88% from 577); Green value is 203 (79.69% from 255 or 35.18% from 577); Blue value is 242 (94.92% from 255 or 41.94% from 577); Max value from RGB is 242 - color contains mainly: blue. Hex color #84CBF2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #84CBF2 is #7B340D. Grayscale: #B9B9B9. Windows color (decimal): -8074254 or 15911812. OLE color: 15911812.

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

Color convert

RGB 132 203 242 -
CMYK 0.45 0.16 0 0.05
HSL 201.27º 0.81% 0.73% -
HSV(B) 201.27º 0.45% 0.95% -
XYZ 46.9 54.03 91.96 -
YUV 186.22 159.48 89.33 -
System Red Green Blue C M Y K H S L
Decimal 132 203 242 0.45 0.16 0 0.05 201.27 0.81 0.73
Hex 84 CB F2 2D 10 0 5 C9 51 49
Octal 204 313 362 55 20 0 5 311 121 111
Binary 10000100 11001011 11110010 101101 10000 0 101 11001001 1010001 1001001

Color Harmonies of #84CBF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84CBF2

Black with #84CBF2

Text Example


Text Example

White with #84CBF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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