Html Css Color HEX #83CCFF Light Sky Blue

📋 copy color: '#83CCFF'

red 131 ◦ green 204 ◦ blue 255

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

Shades of Light Sky Blue #83CCFF

Tints of Light Sky Blue #83CCFF

RGB

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

 GREEN value IS 204 (80.08% from 255) = 34.58%

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

R = 22.2%
G = 34.58%
B = 43.22%

CMYK

 C value IS 0.49

 M value IS 0.2

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#83CCFF (or 0x83CCFF) is known color: Light Sky Blue. HEX triplet: 83, CC and FF. RGB value is (131,204,255). Sum of RGB (Red+Green+Blue) = 131+204+255=590 (78% of max value = 765). Red value is 131 (51.56% from 255 or 22.20% from 590); Green value is 204 (80.08% from 255 or 34.58% 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 #83CCFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #83CCFF is #7C3300. Grayscale: #BBBBBB. Windows color (decimal): -8139521 or 16764035. OLE color: 16764035.

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

Color convert

RGB 131 204 255 -
CMYK 0.49 0.2 0 0
HSL 204.68º 1% 0.76% -
HSV(B) 204.68º 0.49% 1% -
XYZ 49 55.23 102.69 -
YUV 187.99 165.82 87.35 -
System Red Green Blue C M Y K H S L
Decimal 131 204 255 0.49 0.2 0 0 204.68 1 0.76
Hex 83 CC FF 31 14 0 0 CD 64 4C
Octal 203 314 377 61 24 0 0 315 144 114
Binary 10000011 11001100 11111111 110001 10100 0 0 11001101 1100100 1001100

Color Harmonies of #83CCFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83CCFF

Black with #83CCFF

Text Example


Text Example

White with #83CCFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,204,255); }

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

background-color css

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

 a { background-color: rgb(131,204,255); }

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

border-color css

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

 span { border-color: rgb(131,204,255); }

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