Html Css Color HEX #83CBF0 Sky Blue

📋 copy color: '#83CBF0'

red 131 ◦ green 203 ◦ blue 240

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

Shades of Sky Blue #83CBF0

Tints of Sky Blue #83CBF0

RGB

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

 GREEN value IS 203 (79.69% from 255) = 35.37%

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

R = 22.82%
G = 35.37%
B = 41.81%

CMYK

 C value IS 0.45

 M value IS 0.15

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#83CBF0 (or 0x83CBF0) is known color: Sky Blue. HEX triplet: 83, CB and F0. RGB value is (131,203,240). Sum of RGB (Red+Green+Blue) = 131+203+240=574 (76% of max value = 765). Red value is 131 (51.56% from 255 or 22.82% from 574); Green value is 203 (79.69% from 255 or 35.37% from 574); Blue value is 240 (94.14% from 255 or 41.81% from 574); Max value from RGB is 240 - color contains mainly: blue. Hex color #83CBF0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #83CBF0 is #7C340F. Grayscale: #B9B9B9. Windows color (decimal): -8139792 or 15780739. OLE color: 15780739.

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

Color convert

RGB 131 203 240 -
CMYK 0.45 0.15 0 0.06
HSL 200.37º 0.78% 0.73% -
HSV(B) 200.37º 0.45% 0.94% -
XYZ 46.44 53.83 90.38 -
YUV 185.69 158.65 88.99 -
System Red Green Blue C M Y K H S L
Decimal 131 203 240 0.45 0.15 0 0.06 200.37 0.78 0.73
Hex 83 CB F0 2D F 0 6 C8 4E 49
Octal 203 313 360 55 17 0 6 310 116 111
Binary 10000011 11001011 11110000 101101 1111 0 110 11001000 1001110 1001001

Color Harmonies of #83CBF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83CBF0

Black with #83CBF0

Text Example


Text Example

White with #83CBF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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