Html Css Color HEX #84CBFF Light Sky Blue

📋 copy color: '#84CBFF'

red 132 ◦ green 203 ◦ blue 255

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

Shades of Light Sky Blue #84CBFF

Tints of Light Sky Blue #84CBFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 43.22%

R = 22.37%
G = 34.41%
B = 43.22%

CMYK

 C value IS 0.48

 M value IS 0.20

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#84CBFF (or 0x84CBFF) is known color: Light Sky Blue. HEX triplet: 84, CB and FF. RGB value is (132,203,255). Sum of RGB (Red+Green+Blue) = 132+203+255=590 (78% of max value = 765). Red value is 132 (51.95% from 255 or 22.37% from 590); Green value is 203 (79.69% from 255 or 34.41% from 590); Blue value is 255 (100% from 255 or 43.22% from 590); Max value from RGB is 255 - color contains mainly: blue. Hex color #84CBFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #84CBFF is #7B3400. Grayscale: #BBBBBB. Windows color (decimal): -8074241 or 16763780. OLE color: 16763780.

HSL color Cylindrical-coordinate representation of color #84CBFF: hue angle of 205.37º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #84CBFF is Cyan = 0.48, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 132 203 255 -
CMYK 0.48 0.20 0 0
HSL 205.37º 1% 0.76% -
HSV(B) 205.37º 0.48% 1% -
XYZ 48.92 54.84 102.61 -
YUV 187.7 165.98 88.27 -
System Red Green Blue C M Y K H S L
Decimal 132 203 255 0.48 0.20 0 0 205.37 1 0.76
Hex 84 CB FF 30 14 0 0 CD 64 4C
Octal 204 313 377 60 24 0 0 315 144 114
Binary 10000100 11001011 11111111 110000 10100 0 0 11001101 1100100 1001100

Color Harmonies of #84CBFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84CBFF

Black with #84CBFF

Text Example


Text Example

White with #84CBFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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