Html Css Color HEX #76A5CF Jordy Blue

📋 copy color: '#76A5CF'

red 118 ◦ green 165 ◦ blue 207

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

Shades of Jordy Blue #76A5CF

Tints of Jordy Blue #76A5CF

RGB

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

 GREEN value IS 165 (64.84% from 255) = 33.67%

 BLUE value IS 207 (81.25% from 255) = 42.24%

R = 24.08%
G = 33.67%
B = 42.24%

CMYK

 C value IS 0.43

 M value IS 0.20

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#76A5CF (or 0x76A5CF) is known color: Jordy Blue. HEX triplet: 76, A5 and CF. RGB value is (118,165,207). Sum of RGB (Red+Green+Blue) = 118+165+207=490 (64% of max value = 765). Red value is 118 (46.48% from 255 or 24.08% from 490); Green value is 165 (64.84% from 255 or 33.67% from 490); Blue value is 207 (81.25% from 255 or 42.24% from 490); Max value from RGB is 207 - color contains mainly: blue. Hex color #76A5CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #76A5CF is #895A30. Grayscale: #9B9B9B. Windows color (decimal): -9001521 or 13608310. OLE color: 13608310.

HSL color Cylindrical-coordinate representation of color #76A5CF: hue angle of 208.31º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #76A5CF is Cyan = 0.43, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 118 165 207 -
CMYK 0.43 0.20 0 0.19
HSL 208.31º 0.48% 0.64% -
HSV(B) 208.31º 0.43% 0.81% -
XYZ 32.19 35.27 64.14 -
YUV 155.74 156.93 101.08 -
System Red Green Blue C M Y K H S L
Decimal 118 165 207 0.43 0.20 0 0.19 208.31 0.48 0.64
Hex 76 A5 CF 2B 14 0 13 D0 30 40
Octal 166 245 317 53 24 0 23 320 60 100
Binary 1110110 10100101 11001111 101011 10100 0 10011 11010000 110000 1000000

Color Harmonies of #76A5CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76A5CF

Black with #76A5CF

Text Example


Text Example

White with #76A5CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,165,207); }

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

background-color css

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

 a { background-color: rgb(118,165,207); }

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

border-color css

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

 span { border-color: rgb(118,165,207); }

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