Html Css Color HEX #80B5EE Jordy Blue

📋 copy color: '#80B5EE'

red 128 ◦ green 181 ◦ blue 238

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

Shades of Jordy Blue #80B5EE

Tints of Jordy Blue #80B5EE

RGB

 RED value IS 128 (50.39% from 255) = 23.4%

 GREEN value IS 181 (71.09% from 255) = 33.09%

 BLUE value IS 238 (93.36% from 255) = 43.51%

R = 23.4%
G = 33.09%
B = 43.51%

CMYK

 C value IS 0.46

 M value IS 0.24

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#80B5EE (or 0x80B5EE) is known color: Jordy Blue. HEX triplet: 80, B5 and EE. RGB value is (128,181,238). Sum of RGB (Red+Green+Blue) = 128+181+238=547 (72% of max value = 765). Red value is 128 (50.39% from 255 or 23.40% from 547); Green value is 181 (71.09% from 255 or 33.09% from 547); Blue value is 238 (93.36% from 255 or 43.51% from 547); Max value from RGB is 238 - color contains mainly: blue. Hex color #80B5EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #80B5EE is #7F4A11. Grayscale: #ABABAB. Windows color (decimal): -8342034 or 15644032. OLE color: 15644032.

HSL color Cylindrical-coordinate representation of color #80B5EE: hue angle of 211.09º degrees, saturation: 0.76, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #80B5EE is Cyan = 0.46, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 128 181 238 -
CMYK 0.46 0.24 0 0.07
HSL 211.09º 0.76% 0.72% -
HSV(B) 211.09º 0.46% 0.93% -
XYZ 40.86 43.81 87.19 -
YUV 171.65 165.44 96.87 -
System Red Green Blue C M Y K H S L
Decimal 128 181 238 0.46 0.24 0 0.07 211.09 0.76 0.72
Hex 80 B5 EE 2E 18 0 7 D3 4C 48
Octal 200 265 356 56 30 0 7 323 114 110
Binary 10000000 10110101 11101110 101110 11000 0 111 11010011 1001100 1001000

Color Harmonies of #80B5EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80B5EE

Black with #80B5EE

Text Example


Text Example

White with #80B5EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80B5EE; }

 p { color: rgb(128,181,238); }

 H1.HeaderClassName
 {
   color: #80B5EE;
 }
 .AnyTagClassName
 {
   color: #80B5EE;
 }
</style>

background-color css

<style>
 a { background-color: #80B5EE; }

 a { background-color: rgb(128,181,238); }

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

border-color css

<style>
 span { border-color: #80B5EE; }

 span { border-color: rgb(128,181,238); }

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