Html Css Color HEX #76A2DF Jordy Blue

📋 copy color: '#76A2DF'

red 118 ◦ green 162 ◦ blue 223

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

Shades of Jordy Blue #76A2DF

Tints of Jordy Blue #76A2DF

RGB

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

 GREEN value IS 162 (63.67% from 255) = 32.21%

 BLUE value IS 223 (87.5% from 255) = 44.33%

R = 23.46%
G = 32.21%
B = 44.33%

CMYK

 C value IS 0.47

 M value IS 0.27

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#76A2DF (or 0x76A2DF) is known color: Jordy Blue. HEX triplet: 76, A2 and DF. RGB value is (118,162,223). Sum of RGB (Red+Green+Blue) = 118+162+223=503 (66% of max value = 765). Red value is 118 (46.48% from 255 or 23.46% from 503); Green value is 162 (63.67% from 255 or 32.21% from 503); Blue value is 223 (87.5% from 255 or 44.33% from 503); Max value from RGB is 223 - color contains mainly: blue. Hex color #76A2DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #76A2DF is #895D20. Grayscale: #9B9B9B. Windows color (decimal): -9002273 or 14656118. OLE color: 14656118.

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

Color convert

RGB 118 162 223 -
CMYK 0.47 0.27 0 0.13
HSL 214.86º 0.62% 0.67% -
HSV(B) 214.86º 0.47% 0.87% -
XYZ 33.71 35.02 74.79 -
YUV 155.8 165.92 101.04 -
System Red Green Blue C M Y K H S L
Decimal 118 162 223 0.47 0.27 0 0.13 214.86 0.62 0.67
Hex 76 A2 DF 2F 1B 0 D D7 3E 43
Octal 166 242 337 57 33 0 15 327 76 103
Binary 1110110 10100010 11011111 101111 11011 0 1101 11010111 111110 1000011

Color Harmonies of #76A2DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76A2DF

Black with #76A2DF

Text Example


Text Example

White with #76A2DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,162,223); }

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

background-color css

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

 a { background-color: rgb(118,162,223); }

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

border-color css

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

 span { border-color: rgb(118,162,223); }

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