Html Css Color HEX #76AFEE Jordy Blue

📋 copy color: '#76AFEE'

red 118 ◦ green 175 ◦ blue 238

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

Shades of Jordy Blue #76AFEE

Tints of Jordy Blue #76AFEE

RGB

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

 GREEN value IS 175 (68.75% from 255) = 32.96%

 BLUE value IS 238 (93.36% from 255) = 44.82%

R = 22.22%
G = 32.96%
B = 44.82%

CMYK

 C value IS 0.50

 M value IS 0.26

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#76AFEE (or 0x76AFEE) is known color: Jordy Blue. HEX triplet: 76, AF and EE. RGB value is (118,175,238). Sum of RGB (Red+Green+Blue) = 118+175+238=531 (70% of max value = 765). Red value is 118 (46.48% from 255 or 22.22% from 531); Green value is 175 (68.75% from 255 or 32.96% from 531); Blue value is 238 (93.36% from 255 or 44.82% from 531); Max value from RGB is 238 - color contains mainly: blue. Hex color #76AFEE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #76AFEE is #895011. Grayscale: #A4A4A4. Windows color (decimal): -8998930 or 15642486. OLE color: 15642486.

HSL color Cylindrical-coordinate representation of color #76AFEE: hue angle of 211.5º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #76AFEE is Cyan = 0.50, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 118 175 238 -
CMYK 0.50 0.26 0 0.07
HSL 211.5º 0.78% 0.7% -
HSV(B) 211.5º 0.5% 0.93% -
XYZ 38.23 40.68 86.73 -
YUV 165.14 169.12 94.38 -
System Red Green Blue C M Y K H S L
Decimal 118 175 238 0.50 0.26 0 0.07 211.5 0.78 0.7
Hex 76 AF EE 32 1A 0 7 D4 4E 46
Octal 166 257 356 62 32 0 7 324 116 106
Binary 1110110 10101111 11101110 110010 11010 0 111 11010100 1001110 1000110

Color Harmonies of #76AFEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76AFEE

Black with #76AFEE

Text Example


Text Example

White with #76AFEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,175,238); }

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

background-color css

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

 a { background-color: rgb(118,175,238); }

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

border-color css

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

 span { border-color: rgb(118,175,238); }

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