Html Css Color HEX #83CFF8 Light Sky Blue

📋 copy color: '#83CFF8'

red 131 ◦ green 207 ◦ blue 248

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

Shades of Light Sky Blue #83CFF8

Tints of Light Sky Blue #83CFF8

RGB

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

 GREEN value IS 207 (81.25% from 255) = 35.32%

 BLUE value IS 248 (97.27% from 255) = 42.32%

R = 22.35%
G = 35.32%
B = 42.32%

CMYK

 C value IS 0.47

 M value IS 0.17

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#83CFF8 (or 0x83CFF8) is known color: Light Sky Blue. HEX triplet: 83, CF and F8. RGB value is (131,207,248). Sum of RGB (Red+Green+Blue) = 131+207+248=586 (77% of max value = 765). Red value is 131 (51.56% from 255 or 22.35% from 586); Green value is 207 (81.25% from 255 or 35.32% from 586); Blue value is 248 (97.27% from 255 or 42.32% from 586); Max value from RGB is 248 - color contains mainly: blue. Hex color #83CFF8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #83CFF8 is #7C3007. Grayscale: #BCBCBC. Windows color (decimal): -8138760 or 16306051. OLE color: 16306051.

HSL color Cylindrical-coordinate representation of color #83CFF8: hue angle of 201.03º degrees, saturation: 0.89, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #83CFF8 is Cyan = 0.47, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 131 207 248 -
CMYK 0.47 0.17 0 0.03
HSL 201.03º 0.89% 0.74% -
HSV(B) 201.03º 0.47% 0.97% -
XYZ 48.62 56.23 97.1 -
YUV 188.95 161.32 86.67 -
System Red Green Blue C M Y K H S L
Decimal 131 207 248 0.47 0.17 0 0.03 201.03 0.89 0.74
Hex 83 CF F8 2F 11 0 3 C9 59 4A
Octal 203 317 370 57 21 0 3 311 131 112
Binary 10000011 11001111 11111000 101111 10001 0 11 11001001 1011001 1001010

Color Harmonies of #83CFF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83CFF8

Black with #83CFF8

Text Example


Text Example

White with #83CFF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,207,248); }

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

background-color css

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

 a { background-color: rgb(131,207,248); }

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

border-color css

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

 span { border-color: rgb(131,207,248); }

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