Html Css Color HEX #76B0DA Jordy Blue

📋 copy color: '#76B0DA'

red 118 ◦ green 176 ◦ blue 218

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

Shades of Jordy Blue #76B0DA

Tints of Jordy Blue #76B0DA

RGB

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

 GREEN value IS 176 (69.14% from 255) = 34.38%

 BLUE value IS 218 (85.55% from 255) = 42.58%

R = 23.05%
G = 34.38%
B = 42.58%

CMYK

 C value IS 0.46

 M value IS 0.19

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#76B0DA (or 0x76B0DA) is known color: Jordy Blue. HEX triplet: 76, B0 and DA. RGB value is (118,176,218). Sum of RGB (Red+Green+Blue) = 118+176+218=512 (67% of max value = 765). Red value is 118 (46.48% from 255 or 23.05% from 512); Green value is 176 (69.14% from 255 or 34.38% from 512); Blue value is 218 (85.55% from 255 or 42.58% from 512); Max value from RGB is 218 - color contains mainly: blue. Hex color #76B0DA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #76B0DA is #894F25. Grayscale: #A3A3A3. Windows color (decimal): -8998694 or 14332022. OLE color: 14332022.

HSL color Cylindrical-coordinate representation of color #76B0DA: hue angle of 205.2º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #76B0DA is Cyan = 0.46, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 118 176 218 -
CMYK 0.46 0.19 0 0.15
HSL 205.2º 0.57% 0.66% -
HSV(B) 205.2º 0.46% 0.85% -
XYZ 35.65 39.96 72.16 -
YUV 163.45 158.78 95.58 -
System Red Green Blue C M Y K H S L
Decimal 118 176 218 0.46 0.19 0 0.15 205.2 0.57 0.66
Hex 76 B0 DA 2E 13 0 F CD 39 42
Octal 166 260 332 56 23 0 17 315 71 102
Binary 1110110 10110000 11011010 101110 10011 0 1111 11001101 111001 1000010

Color Harmonies of #76B0DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76B0DA

Black with #76B0DA

Text Example


Text Example

White with #76B0DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,176,218); }

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

background-color css

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

 a { background-color: rgb(118,176,218); }

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

border-color css

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

 span { border-color: rgb(118,176,218); }

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