Html Css Color HEX #83BBE5 Jordy Blue

📋 copy color: '#83BBE5'

red 131 ◦ green 187 ◦ blue 229

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

Shades of Jordy Blue #83BBE5

Tints of Jordy Blue #83BBE5

RGB

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

 GREEN value IS 187 (73.44% from 255) = 34.19%

 BLUE value IS 229 (89.84% from 255) = 41.86%

R = 23.95%
G = 34.19%
B = 41.86%

CMYK

 C value IS 0.43

 M value IS 0.18

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#83BBE5 (or 0x83BBE5) is known color: Jordy Blue. HEX triplet: 83, BB and E5. RGB value is (131,187,229). Sum of RGB (Red+Green+Blue) = 131+187+229=547 (72% of max value = 765). Red value is 131 (51.56% from 255 or 23.95% from 547); Green value is 187 (73.44% from 255 or 34.19% from 547); Blue value is 229 (89.84% from 255 or 41.86% from 547); Max value from RGB is 229 - color contains mainly: blue. Hex color #83BBE5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83BBE5 is #7C441A. Grayscale: #AEAEAE. Windows color (decimal): -8143899 or 15055747. OLE color: 15055747.

HSL color Cylindrical-coordinate representation of color #83BBE5: hue angle of 205.71º degrees, saturation: 0.65, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #83BBE5 is Cyan = 0.43, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 131 187 229 -
CMYK 0.43 0.18 0 0.10
HSL 205.71º 0.65% 0.71% -
HSV(B) 205.71º 0.43% 0.9% -
XYZ 41.27 46.02 80.84 -
YUV 175.04 158.45 96.58 -
System Red Green Blue C M Y K H S L
Decimal 131 187 229 0.43 0.18 0 0.10 205.71 0.65 0.71
Hex 83 BB E5 2B 12 0 A CE 41 47
Octal 203 273 345 53 22 0 12 316 101 107
Binary 10000011 10111011 11100101 101011 10010 0 1010 11001110 1000001 1000111

Color Harmonies of #83BBE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83BBE5

Black with #83BBE5

Text Example


Text Example

White with #83BBE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,187,229); }

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

background-color css

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

 a { background-color: rgb(131,187,229); }

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

border-color css

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

 span { border-color: rgb(131,187,229); }

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