Html Css Color HEX #76B2DD Jordy Blue

📋 copy color: '#76B2DD'

red 118 ◦ green 178 ◦ blue 221

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

Shades of Jordy Blue #76B2DD

Tints of Jordy Blue #76B2DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 42.75%

R = 22.82%
G = 34.43%
B = 42.75%

CMYK

 C value IS 0.47

 M value IS 0.19

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#76B2DD (or 0x76B2DD) is known color: Jordy Blue. HEX triplet: 76, B2 and DD. RGB value is (118,178,221). Sum of RGB (Red+Green+Blue) = 118+178+221=517 (68% of max value = 765). Red value is 118 (46.48% from 255 or 22.82% from 517); Green value is 178 (69.92% from 255 or 34.43% from 517); Blue value is 221 (86.72% from 255 or 42.75% from 517); Max value from RGB is 221 - color contains mainly: blue. Hex color #76B2DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #76B2DD is #894D22. Grayscale: #A4A4A4. Windows color (decimal): -8998179 or 14529142. OLE color: 14529142.

HSL color Cylindrical-coordinate representation of color #76B2DD: hue angle of 205.05º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #76B2DD is Cyan = 0.47, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 118 178 221 -
CMYK 0.47 0.19 0 0.13
HSL 205.05º 0.6% 0.66% -
HSV(B) 205.05º 0.47% 0.87% -
XYZ 36.44 40.91 74.38 -
YUV 164.96 159.62 94.5 -
System Red Green Blue C M Y K H S L
Decimal 118 178 221 0.47 0.19 0 0.13 205.05 0.6 0.66
Hex 76 B2 DD 2F 13 0 D CD 3C 42
Octal 166 262 335 57 23 0 15 315 74 102
Binary 1110110 10110010 11011101 101111 10011 0 1101 11001101 111100 1000010

Color Harmonies of #76B2DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76B2DD

Black with #76B2DD

Text Example


Text Example

White with #76B2DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,178,221); }

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

background-color css

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

 a { background-color: rgb(118,178,221); }

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

border-color css

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

 span { border-color: rgb(118,178,221); }

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