Html Css Color HEX #83DDFE Light Sky Blue

📋 copy color: '#83DDFE'

red 131 ◦ green 221 ◦ blue 254

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

Shades of Light Sky Blue #83DDFE

Tints of Light Sky Blue #83DDFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 41.91%

R = 21.62%
G = 36.47%
B = 41.91%

CMYK

 C value IS 0.48

 M value IS 0.13

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#83DDFE (or 0x83DDFE) is known color: Light Sky Blue. HEX triplet: 83, DD and FE. RGB value is (131,221,254). Sum of RGB (Red+Green+Blue) = 131+221+254=606 (80% of max value = 765). Red value is 131 (51.56% from 255 or 21.62% from 606); Green value is 221 (86.72% from 255 or 36.47% from 606); Blue value is 254 (99.61% from 255 or 41.91% from 606); Max value from RGB is 254 - color contains mainly: blue. Hex color #83DDFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #83DDFE is #7C2201. Grayscale: #C5C5C5. Windows color (decimal): -8135170 or 16702851. OLE color: 16702851.

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

Color convert

RGB 131 221 254 -
CMYK 0.48 0.13 0 0.00
HSL 196.1º 0.98% 0.75% -
HSV(B) 196.1º 0.48% 1% -
XYZ 53.11 63.69 103.26 -
YUV 197.85 159.68 80.32 -
System Red Green Blue C M Y K H S L
Decimal 131 221 254 0.48 0.13 0 0.00 196.1 0.98 0.75
Hex 83 DD FE 30 D 0 0 C4 62 4B
Octal 203 335 376 60 15 0 0 304 142 113
Binary 10000011 11011101 11111110 110000 1101 0 0 11000100 1100010 1001011

Color Harmonies of #83DDFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83DDFE

Black with #83DDFE

Text Example


Text Example

White with #83DDFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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