Html Css Color HEX #83DCFB Light Sky Blue

📋 copy color: '#83DCFB'

red 131 ◦ green 220 ◦ blue 251

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

Shades of Light Sky Blue #83DCFB

Tints of Light Sky Blue #83DCFB

RGB

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

 GREEN value IS 220 (86.33% from 255) = 36.54%

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

R = 21.76%
G = 36.54%
B = 41.69%

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

#83DCFB (or 0x83DCFB) is known color: Light Sky Blue. HEX triplet: 83, DC and FB. RGB value is (131,220,251). Sum of RGB (Red+Green+Blue) = 131+220+251=602 (79% of max value = 765). Red value is 131 (51.56% from 255 or 21.76% from 602); Green value is 220 (86.33% from 255 or 36.54% from 602); Blue value is 251 (98.44% from 255 or 41.69% from 602); Max value from RGB is 251 - color contains mainly: blue. Hex color #83DCFB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #83DCFB is #7C2304. Grayscale: #C4C4C4. Windows color (decimal): -8135429 or 16505987. OLE color: 16505987.

HSL color Cylindrical-coordinate representation of color #83DCFB: hue angle of 195.5º 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 #83DCFB is Cyan = 0.48, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 131 220 251 -
CMYK 0.48 0.12 0 0.02
HSL 195.5º 0.94% 0.75% -
HSV(B) 195.5º 0.48% 0.98% -
XYZ 52.37 62.98 100.66 -
YUV 196.92 158.51 80.98 -
System Red Green Blue C M Y K H S L
Decimal 131 220 251 0.48 0.12 0 0.02 195.5 0.94 0.75
Hex 83 DC FB 30 C 0 2 C4 5E 4B
Octal 203 334 373 60 14 0 2 304 136 113
Binary 10000011 11011100 11111011 110000 1100 0 10 11000100 1011110 1001011

Color Harmonies of #83DCFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83DCFB

Black with #83DCFB

Text Example


Text Example

White with #83DCFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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