Html Css Color HEX #80B7EF Jordy Blue

📋 copy color: '#80B7EF'

red 128 ◦ green 183 ◦ blue 239

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

Shades of Jordy Blue #80B7EF

Tints of Jordy Blue #80B7EF

RGB

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

 GREEN value IS 183 (71.88% from 255) = 33.27%

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

R = 23.27%
G = 33.27%
B = 43.45%

CMYK

 C value IS 0.46

 M value IS 0.23

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#80B7EF (or 0x80B7EF) is known color: Jordy Blue. HEX triplet: 80, B7 and EF. RGB value is (128,183,239). Sum of RGB (Red+Green+Blue) = 128+183+239=550 (72% of max value = 765). Red value is 128 (50.39% from 255 or 23.27% from 550); Green value is 183 (71.88% from 255 or 33.27% from 550); Blue value is 239 (93.75% from 255 or 43.45% from 550); Max value from RGB is 239 - color contains mainly: blue. Hex color #80B7EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #80B7EF is #7F4810. Grayscale: #ACACAC. Windows color (decimal): -8341521 or 15710080. OLE color: 15710080.

HSL color Cylindrical-coordinate representation of color #80B7EF: hue angle of 210.27º degrees, saturation: 0.78, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #80B7EF is Cyan = 0.46, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 128 183 239 -
CMYK 0.46 0.23 0 0.06
HSL 210.27º 0.78% 0.72% -
HSV(B) 210.27º 0.46% 0.94% -
XYZ 41.42 44.69 88.1 -
YUV 172.94 165.28 95.95 -
System Red Green Blue C M Y K H S L
Decimal 128 183 239 0.46 0.23 0 0.06 210.27 0.78 0.72
Hex 80 B7 EF 2E 17 0 6 D2 4E 48
Octal 200 267 357 56 27 0 6 322 116 110
Binary 10000000 10110111 11101111 101110 10111 0 110 11010010 1001110 1001000

Color Harmonies of #80B7EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80B7EF

Black with #80B7EF

Text Example


Text Example

White with #80B7EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,183,239); }

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

background-color css

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

 a { background-color: rgb(128,183,239); }

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

border-color css

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

 span { border-color: rgb(128,183,239); }

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