Html Css Color HEX #83DDFB Light Sky Blue

📋 copy color: '#83DDFB'

red 131 ◦ green 221 ◦ blue 251

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

Shades of Light Sky Blue #83DDFB

Tints of Light Sky Blue #83DDFB

RGB

 RED value IS 131 (51.56% from 255) = 21.72%

 GREEN value IS 221 (86.72% from 255) = 36.65%

 BLUE value IS 251 (98.44% from 255) = 41.63%

R = 21.72%
G = 36.65%
B = 41.63%

CMYK

 C value IS 0.48

 M value IS 0.12

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#83DDFB (or 0x83DDFB) is known color: Light Sky Blue. HEX triplet: 83, DD and FB. RGB value is (131,221,251). Sum of RGB (Red+Green+Blue) = 131+221+251=603 (79% of max value = 765). Red value is 131 (51.56% from 255 or 21.72% from 603); Green value is 221 (86.72% from 255 or 36.65% from 603); Blue value is 251 (98.44% from 255 or 41.63% from 603); Max value from RGB is 251 - color contains mainly: blue. Hex color #83DDFB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #83DDFB is #7C2204. Grayscale: #C5C5C5. Windows color (decimal): -8135173 or 16506243. OLE color: 16506243.

HSL color Cylindrical-coordinate representation of color #83DDFB: hue angle of 195º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #83DDFB is Cyan = 0.48, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 131 221 251 -
CMYK 0.48 0.12 0 0.02
HSL 195º 0.94% 0.75% -
HSV(B) 195º 0.48% 0.98% -
XYZ 52.63 63.5 100.75 -
YUV 197.51 158.18 80.56 -
System Red Green Blue C M Y K H S L
Decimal 131 221 251 0.48 0.12 0 0.02 195 0.94 0.75
Hex 83 DD FB 30 C 0 2 C3 5E 4B
Octal 203 335 373 60 14 0 2 303 136 113
Binary 10000011 11011101 11111011 110000 1100 0 10 11000011 1011110 1001011

Color Harmonies of #83DDFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83DDFB

Black with #83DDFB

Text Example


Text Example

White with #83DDFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83DDFB; }

 p { color: rgb(131,221,251); }

 H1.HeaderClassName
 {
   color: #83DDFB;
 }
 .AnyTagClassName
 {
   color: #83DDFB;
 }
</style>

background-color css

<style>
 a { background-color: #83DDFB; }

 a { background-color: rgb(131,221,251); }

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

border-color css

<style>
 span { border-color: #83DDFB; }

 span { border-color: rgb(131,221,251); }

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