Html Css Color HEX #83CFEF Sky Blue

📋 copy color: '#83CFEF'

red 131 ◦ green 207 ◦ blue 239

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

Shades of Sky Blue #83CFEF

Tints of Sky Blue #83CFEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 41.42%

R = 22.7%
G = 35.88%
B = 41.42%

CMYK

 C value IS 0.45

 M value IS 0.13

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#83CFEF (or 0x83CFEF) is known color: Sky Blue. HEX triplet: 83, CF and EF. RGB value is (131,207,239). Sum of RGB (Red+Green+Blue) = 131+207+239=577 (76% of max value = 765). Red value is 131 (51.56% from 255 or 22.70% from 577); Green value is 207 (81.25% from 255 or 35.88% from 577); Blue value is 239 (93.75% from 255 or 41.42% from 577); Max value from RGB is 239 - color contains mainly: blue. Hex color #83CFEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #83CFEF is #7C3010. Grayscale: #BBBBBB. Windows color (decimal): -8138769 or 15716227. OLE color: 15716227.

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

Color convert

RGB 131 207 239 -
CMYK 0.45 0.13 0 0.06
HSL 197.78º 0.77% 0.73% -
HSV(B) 197.78º 0.45% 0.94% -
XYZ 47.25 55.68 89.92 -
YUV 187.92 156.82 87.4 -
System Red Green Blue C M Y K H S L
Decimal 131 207 239 0.45 0.13 0 0.06 197.78 0.77 0.73
Hex 83 CF EF 2D D 0 6 C6 4D 49
Octal 203 317 357 55 15 0 6 306 115 111
Binary 10000011 11001111 11101111 101101 1101 0 110 11000110 1001101 1001001

Color Harmonies of #83CFEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83CFEF

Black with #83CFEF

Text Example


Text Example

White with #83CFEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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