Html Css Color HEX #83AEEC Jordy Blue

📋 copy color: '#83AEEC'

red 131 ◦ green 174 ◦ blue 236

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

Shades of Jordy Blue #83AEEC

Tints of Jordy Blue #83AEEC

RGB

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

 GREEN value IS 174 (68.36% from 255) = 32.16%

 BLUE value IS 236 (92.58% from 255) = 43.62%

R = 24.21%
G = 32.16%
B = 43.62%

CMYK

 C value IS 0.44

 M value IS 0.26

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#83AEEC (or 0x83AEEC) is known color: Jordy Blue. HEX triplet: 83, AE and EC. RGB value is (131,174,236). Sum of RGB (Red+Green+Blue) = 131+174+236=541 (71% of max value = 765). Red value is 131 (51.56% from 255 or 24.21% from 541); Green value is 174 (68.36% from 255 or 32.16% from 541); Blue value is 236 (92.58% from 255 or 43.62% from 541); Max value from RGB is 236 - color contains mainly: blue. Hex color #83AEEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #83AEEC is #7C5113. Grayscale: #A7A7A7. Windows color (decimal): -8147220 or 15511171. OLE color: 15511171.

HSL color Cylindrical-coordinate representation of color #83AEEC: hue angle of 215.43º degrees, saturation: 0.73, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #83AEEC is Cyan = 0.44, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 131 174 236 -
CMYK 0.44 0.26 0 0.07
HSL 215.43º 0.73% 0.72% -
HSV(B) 215.43º 0.44% 0.93% -
XYZ 39.64 41.15 85.21 -
YUV 168.21 166.25 101.46 -
System Red Green Blue C M Y K H S L
Decimal 131 174 236 0.44 0.26 0 0.07 215.43 0.73 0.72
Hex 83 AE EC 2C 1A 0 7 D7 49 48
Octal 203 256 354 54 32 0 7 327 111 110
Binary 10000011 10101110 11101100 101100 11010 0 111 11010111 1001001 1001000

Color Harmonies of #83AEEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83AEEC

Black with #83AEEC

Text Example


Text Example

White with #83AEEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,174,236); }

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

background-color css

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

 a { background-color: rgb(131,174,236); }

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

border-color css

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

 span { border-color: rgb(131,174,236); }

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