Html Css Color HEX #83CFF0 Sky Blue

📋 copy color: '#83CFF0'

red 131 ◦ green 207 ◦ blue 240

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

Shades of Sky Blue #83CFF0

Tints of Sky Blue #83CFF0

RGB

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

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

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

R = 22.66%
G = 35.81%
B = 41.52%

CMYK

 C value IS 0.45

 M value IS 0.14

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#83CFF0 (or 0x83CFF0) is known color: Sky Blue. HEX triplet: 83, CF and F0. RGB value is (131,207,240). Sum of RGB (Red+Green+Blue) = 131+207+240=578 (76% of max value = 765). Red value is 131 (51.56% from 255 or 22.66% from 578); Green value is 207 (81.25% from 255 or 35.81% from 578); Blue value is 240 (94.14% from 255 or 41.52% from 578); Max value from RGB is 240 - color contains mainly: blue. Hex color #83CFF0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #83CFF0 is #7C300F. Grayscale: #BBBBBB. Windows color (decimal): -8138768 or 15781763. OLE color: 15781763.

HSL color Cylindrical-coordinate representation of color #83CFF0: hue angle of 198.17º 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 #83CFF0 is Cyan = 0.45, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 131 207 240 -
CMYK 0.45 0.14 0 0.06
HSL 198.17º 0.78% 0.73% -
HSV(B) 198.17º 0.45% 0.94% -
XYZ 47.4 55.74 90.7 -
YUV 188.04 157.32 87.32 -
System Red Green Blue C M Y K H S L
Decimal 131 207 240 0.45 0.14 0 0.06 198.17 0.78 0.73
Hex 83 CF F0 2D E 0 6 C6 4E 49
Octal 203 317 360 55 16 0 6 306 116 111
Binary 10000011 11001111 11110000 101101 1110 0 110 11000110 1001110 1001001

Color Harmonies of #83CFF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83CFF0

Black with #83CFF0

Text Example


Text Example

White with #83CFF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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