Html Css Color HEX #76ABEC Jordy Blue

📋 copy color: '#76ABEC'

red 118 ◦ green 171 ◦ blue 236

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

Shades of Jordy Blue #76ABEC

Tints of Jordy Blue #76ABEC

RGB

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

 GREEN value IS 171 (67.19% from 255) = 32.57%

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

R = 22.48%
G = 32.57%
B = 44.95%

CMYK

 C value IS 0.5

 M value IS 0.28

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#76ABEC (or 0x76ABEC) is known color: Jordy Blue. HEX triplet: 76, AB and EC. RGB value is (118,171,236). Sum of RGB (Red+Green+Blue) = 118+171+236=525 (69% of max value = 765). Red value is 118 (46.48% from 255 or 22.48% from 525); Green value is 171 (67.19% from 255 or 32.57% from 525); Blue value is 236 (92.58% from 255 or 44.95% from 525); Max value from RGB is 236 - color contains mainly: blue. Hex color #76ABEC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #76ABEC is #895413. Grayscale: #A2A2A2. Windows color (decimal): -8999956 or 15510390. OLE color: 15510390.

HSL color Cylindrical-coordinate representation of color #76ABEC: hue angle of 213.05º 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 #76ABEC is Cyan = 0.5, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 118 171 236 -
CMYK 0.5 0.28 0 0.07
HSL 213.05º 0.76% 0.69% -
HSV(B) 213.05º 0.5% 0.93% -
XYZ 37.17 39.03 84.93 -
YUV 162.56 169.44 96.21 -
System Red Green Blue C M Y K H S L
Decimal 118 171 236 0.5 0.28 0 0.07 213.05 0.76 0.69
Hex 76 AB EC 32 1C 0 7 D5 4C 45
Octal 166 253 354 62 34 0 7 325 114 105
Binary 1110110 10101011 11101100 110010 11100 0 111 11010101 1001100 1000101

Color Harmonies of #76ABEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76ABEC

Black with #76ABEC

Text Example


Text Example

White with #76ABEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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