Html Css Color HEX #76B4EC Jordy Blue

📋 copy color: '#76B4EC'

red 118 ◦ green 180 ◦ blue 236

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

Shades of Jordy Blue #76B4EC

Tints of Jordy Blue #76B4EC

RGB

 RED value IS 118 (46.48% from 255) = 22.1%

 GREEN value IS 180 (70.7% from 255) = 33.71%

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

R = 22.1%
G = 33.71%
B = 44.19%

CMYK

 C value IS 0.5

 M value IS 0.24

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#76B4EC (or 0x76B4EC) is known color: Jordy Blue. HEX triplet: 76, B4 and EC. RGB value is (118,180,236). Sum of RGB (Red+Green+Blue) = 118+180+236=534 (70% of max value = 765). Red value is 118 (46.48% from 255 or 22.10% from 534); Green value is 180 (70.70% from 255 or 33.71% from 534); Blue value is 236 (92.58% from 255 or 44.19% from 534); Max value from RGB is 236 - color contains mainly: blue. Hex color #76B4EC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #76B4EC is #894B13. Grayscale: #A7A7A7. Windows color (decimal): -8997652 or 15512694. OLE color: 15512694.

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

Color convert

RGB 118 180 236 -
CMYK 0.5 0.24 0 0.07
HSL 208.47º 0.76% 0.69% -
HSV(B) 208.47º 0.5% 0.93% -
XYZ 38.93 42.55 85.52 -
YUV 167.85 166.46 92.45 -
System Red Green Blue C M Y K H S L
Decimal 118 180 236 0.5 0.24 0 0.07 208.47 0.76 0.69
Hex 76 B4 EC 32 18 0 7 D0 4C 45
Octal 166 264 354 62 30 0 7 320 114 105
Binary 1110110 10110100 11101100 110010 11000 0 111 11010000 1001100 1000101

Color Harmonies of #76B4EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76B4EC

Black with #76B4EC

Text Example


Text Example

White with #76B4EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76B4EC; }

 p { color: rgb(118,180,236); }

 H1.HeaderClassName
 {
   color: #76B4EC;
 }
 .AnyTagClassName
 {
   color: #76B4EC;
 }
</style>

background-color css

<style>
 a { background-color: #76B4EC; }

 a { background-color: rgb(118,180,236); }

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

border-color css

<style>
 span { border-color: #76B4EC; }

 span { border-color: rgb(118,180,236); }

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