Html Css Color HEX #80B2EF Jordy Blue

📋 copy color: '#80B2EF'

red 128 ◦ green 178 ◦ blue 239

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

Shades of Jordy Blue #80B2EF

Tints of Jordy Blue #80B2EF

RGB

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

 GREEN value IS 178 (69.92% from 255) = 32.66%

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

R = 23.49%
G = 32.66%
B = 43.85%

CMYK

 C value IS 0.46

 M value IS 0.26

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#80B2EF (or 0x80B2EF) is known color: Jordy Blue. HEX triplet: 80, B2 and EF. RGB value is (128,178,239). Sum of RGB (Red+Green+Blue) = 128+178+239=545 (72% of max value = 765). Red value is 128 (50.39% from 255 or 23.49% from 545); Green value is 178 (69.92% from 255 or 32.66% from 545); Blue value is 239 (93.75% from 255 or 43.85% from 545); Max value from RGB is 239 - color contains mainly: blue. Hex color #80B2EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #80B2EF is #7F4D10. Grayscale: #A9A9A9. Windows color (decimal): -8342801 or 15708800. OLE color: 15708800.

HSL color Cylindrical-coordinate representation of color #80B2EF: hue angle of 212.97º 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 #80B2EF is Cyan = 0.46, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 128 178 239 -
CMYK 0.46 0.26 0 0.06
HSL 212.97º 0.78% 0.72% -
HSV(B) 212.97º 0.46% 0.94% -
XYZ 40.4 42.66 87.77 -
YUV 170 166.94 98.04 -
System Red Green Blue C M Y K H S L
Decimal 128 178 239 0.46 0.26 0 0.06 212.97 0.78 0.72
Hex 80 B2 EF 2E 1A 0 6 D5 4E 48
Octal 200 262 357 56 32 0 6 325 116 110
Binary 10000000 10110010 11101111 101110 11010 0 110 11010101 1001110 1001000

Color Harmonies of #80B2EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80B2EF

Black with #80B2EF

Text Example


Text Example

White with #80B2EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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