Html Css Color HEX #83CAF0 Sky Blue

📋 copy color: '#83CAF0'

red 131 ◦ green 202 ◦ blue 240

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

Shades of Sky Blue #83CAF0

Tints of Sky Blue #83CAF0

RGB

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

 GREEN value IS 202 (79.3% from 255) = 35.25%

 BLUE value IS 240 (94.14% from 255) = 41.88%

R = 22.86%
G = 35.25%
B = 41.88%

CMYK

 C value IS 0.45

 M value IS 0.16

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#83CAF0 (or 0x83CAF0) is known color: Sky Blue. HEX triplet: 83, CA and F0. RGB value is (131,202,240). Sum of RGB (Red+Green+Blue) = 131+202+240=573 (75% of max value = 765). Red value is 131 (51.56% from 255 or 22.86% from 573); Green value is 202 (79.30% from 255 or 35.25% from 573); Blue value is 240 (94.14% from 255 or 41.88% from 573); Max value from RGB is 240 - color contains mainly: blue. Hex color #83CAF0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #83CAF0 is #7C350F. Grayscale: #B8B8B8. Windows color (decimal): -8140048 or 15780483. OLE color: 15780483.

HSL color Cylindrical-coordinate representation of color #83CAF0: hue angle of 200.92º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #83CAF0 is Cyan = 0.45, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 131 202 240 -
CMYK 0.45 0.16 0 0.06
HSL 200.92º 0.78% 0.73% -
HSV(B) 200.92º 0.45% 0.94% -
XYZ 46.21 53.36 90.3 -
YUV 185.1 158.98 89.41 -
System Red Green Blue C M Y K H S L
Decimal 131 202 240 0.45 0.16 0 0.06 200.92 0.78 0.73
Hex 83 CA F0 2D 10 0 6 C9 4E 49
Octal 203 312 360 55 20 0 6 311 116 111
Binary 10000011 11001010 11110000 101101 10000 0 110 11001001 1001110 1001001

Color Harmonies of #83CAF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83CAF0

Black with #83CAF0

Text Example


Text Example

White with #83CAF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,202,240); }

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

background-color css

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

 a { background-color: rgb(131,202,240); }

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

border-color css

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

 span { border-color: rgb(131,202,240); }

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