Html Css Color HEX #76A8FC Jordy Blue

📋 copy color: '#76A8FC'

red 118 ◦ green 168 ◦ blue 252

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

Shades of Jordy Blue #76A8FC

Tints of Jordy Blue #76A8FC

RGB

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

 GREEN value IS 168 (66.02% from 255) = 31.23%

 BLUE value IS 252 (98.83% from 255) = 46.84%

R = 21.93%
G = 31.23%
B = 46.84%

CMYK

 C value IS 0.53

 M value IS 0.33

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#76A8FC (or 0x76A8FC) is known color: Jordy Blue. HEX triplet: 76, A8 and FC. RGB value is (118,168,252). Sum of RGB (Red+Green+Blue) = 118+168+252=538 (71% of max value = 765). Red value is 118 (46.48% from 255 or 21.93% from 538); Green value is 168 (66.02% from 255 or 31.23% from 538); Blue value is 252 (98.83% from 255 or 46.84% from 538); Max value from RGB is 252 - color contains mainly: blue. Hex color #76A8FC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #76A8FC is #895703. Grayscale: #A2A2A2. Windows color (decimal): -9000708 or 16558198. OLE color: 16558198.

HSL color Cylindrical-coordinate representation of color #76A8FC: hue angle of 217.61º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #76A8FC is Cyan = 0.53, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 118 168 252 -
CMYK 0.53 0.33 0 0.01
HSL 217.61º 0.96% 0.73% -
HSV(B) 217.61º 0.53% 0.99% -
XYZ 39.04 38.89 97.54 -
YUV 162.63 178.44 96.17 -
System Red Green Blue C M Y K H S L
Decimal 118 168 252 0.53 0.33 0 0.01 217.61 0.96 0.73
Hex 76 A8 FC 35 21 0 1 DA 60 49
Octal 166 250 374 65 41 0 1 332 140 111
Binary 1110110 10101000 11111100 110101 100001 0 1 11011010 1100000 1001001

Color Harmonies of #76A8FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76A8FC

Black with #76A8FC

Text Example


Text Example

White with #76A8FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,168,252); }

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

background-color css

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

 a { background-color: rgb(118,168,252); }

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

border-color css

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

 span { border-color: rgb(118,168,252); }

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