Html Css Color HEX #83DBFC Light Sky Blue

📋 copy color: '#83DBFC'

red 131 ◦ green 219 ◦ blue 252

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

Shades of Light Sky Blue #83DBFC

Tints of Light Sky Blue #83DBFC

RGB

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

 GREEN value IS 219 (85.94% from 255) = 36.38%

 BLUE value IS 252 (98.83% from 255) = 41.86%

R = 21.76%
G = 36.38%
B = 41.86%

CMYK

 C value IS 0.48

 M value IS 0.13

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#83DBFC (or 0x83DBFC) is known color: Light Sky Blue. HEX triplet: 83, DB and FC. RGB value is (131,219,252). Sum of RGB (Red+Green+Blue) = 131+219+252=602 (79% of max value = 765). Red value is 131 (51.56% from 255 or 21.76% from 602); Green value is 219 (85.94% from 255 or 36.38% from 602); Blue value is 252 (98.83% from 255 or 41.86% from 602); Max value from RGB is 252 - color contains mainly: blue. Hex color #83DBFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #83DBFC is #7C2403. Grayscale: #C4C4C4. Windows color (decimal): -8135684 or 16571267. OLE color: 16571267.

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

Color convert

RGB 131 219 252 -
CMYK 0.48 0.13 0 0.01
HSL 196.36º 0.95% 0.75% -
HSV(B) 196.36º 0.48% 0.99% -
XYZ 52.26 62.52 101.41 -
YUV 196.45 159.35 81.32 -
System Red Green Blue C M Y K H S L
Decimal 131 219 252 0.48 0.13 0 0.01 196.36 0.95 0.75
Hex 83 DB FC 30 D 0 1 C4 5F 4B
Octal 203 333 374 60 15 0 1 304 137 113
Binary 10000011 11011011 11111100 110000 1101 0 1 11000100 1011111 1001011

Color Harmonies of #83DBFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83DBFC

Black with #83DBFC

Text Example


Text Example

White with #83DBFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,219,252); }

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

background-color css

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

 a { background-color: rgb(131,219,252); }

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

border-color css

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

 span { border-color: rgb(131,219,252); }

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