Html Css Color HEX #83DCEA Sky Blue

📋 copy color: '#83DCEA'

red 131 ◦ green 220 ◦ blue 234

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

Shades of Sky Blue #83DCEA

Tints of Sky Blue #83DCEA

RGB

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

 GREEN value IS 220 (86.33% from 255) = 37.61%

 BLUE value IS 234 (91.8% from 255) = 40%

R = 22.39%
G = 37.61%
B = 40%

CMYK

 C value IS 0.44

 M value IS 0.06

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#83DCEA (or 0x83DCEA) is known color: Sky Blue. HEX triplet: 83, DC and EA. RGB value is (131,220,234). Sum of RGB (Red+Green+Blue) = 131+220+234=585 (77% of max value = 765). Red value is 131 (51.56% from 255 or 22.39% from 585); Green value is 220 (86.33% from 255 or 37.61% from 585); Blue value is 234 (91.80% from 255 or 40% from 585); Max value from RGB is 234 - color contains mainly: blue. Hex color #83DCEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #83DCEA is #7C2315. Grayscale: #C2C2C2. Windows color (decimal): -8135446 or 15391875. OLE color: 15391875.

HSL color Cylindrical-coordinate representation of color #83DCEA: hue angle of 188.16º degrees, saturation: 0.71, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #83DCEA is Cyan = 0.44, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 131 220 234 -
CMYK 0.44 0.06 0 0.08
HSL 188.16º 0.71% 0.72% -
HSV(B) 188.16º 0.44% 0.92% -
XYZ 49.8 61.95 87.17 -
YUV 194.99 150.01 82.36 -
System Red Green Blue C M Y K H S L
Decimal 131 220 234 0.44 0.06 0 0.08 188.16 0.71 0.72
Hex 83 DC EA 2C 6 0 8 BC 47 48
Octal 203 334 352 54 6 0 10 274 107 110
Binary 10000011 11011100 11101010 101100 110 0 1000 10111100 1000111 1001000

Color Harmonies of #83DCEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83DCEA

Black with #83DCEA

Text Example


Text Example

White with #83DCEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,220,234); }

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

background-color css

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

 a { background-color: rgb(131,220,234); }

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

border-color css

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

 span { border-color: rgb(131,220,234); }

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