Html Css Color HEX #83CFEA Sky Blue

📋 copy color: '#83CFEA'

red 131 ◦ green 207 ◦ blue 234

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

Shades of Sky Blue #83CFEA

Tints of Sky Blue #83CFEA

RGB

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

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

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

R = 22.9%
G = 36.19%
B = 40.91%

CMYK

 C value IS 0.44

 M value IS 0.12

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#83CFEA (or 0x83CFEA) is known color: Sky Blue. HEX triplet: 83, CF and EA. RGB value is (131,207,234). Sum of RGB (Red+Green+Blue) = 131+207+234=572 (75% of max value = 765). Red value is 131 (51.56% from 255 or 22.90% from 572); Green value is 207 (81.25% from 255 or 36.19% from 572); Blue value is 234 (91.80% from 255 or 40.91% from 572); Max value from RGB is 234 - color contains mainly: blue. Hex color #83CFEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #83CFEA is #7C3015. Grayscale: #BBBBBB. Windows color (decimal): -8138774 or 15388547. OLE color: 15388547.

HSL color Cylindrical-coordinate representation of color #83CFEA: hue angle of 195.73º 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 #83CFEA is Cyan = 0.44, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 131 207 234 -
CMYK 0.44 0.12 0 0.08
HSL 195.73º 0.71% 0.72% -
HSV(B) 195.73º 0.44% 0.92% -
XYZ 46.52 55.39 86.08 -
YUV 187.35 154.32 87.8 -
System Red Green Blue C M Y K H S L
Decimal 131 207 234 0.44 0.12 0 0.08 195.73 0.71 0.72
Hex 83 CF EA 2C C 0 8 C4 47 48
Octal 203 317 352 54 14 0 10 304 107 110
Binary 10000011 11001111 11101010 101100 1100 0 1000 11000100 1000111 1001000

Color Harmonies of #83CFEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83CFEA

Black with #83CFEA

Text Example


Text Example

White with #83CFEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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