Html Css Color HEX #75A1EC Jordy Blue

📋 copy color: '#75A1EC'

red 117 ◦ green 161 ◦ blue 236

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

Shades of Jordy Blue #75A1EC

Tints of Jordy Blue #75A1EC

RGB

 RED value IS 117 (46.09% from 255) = 22.76%

 GREEN value IS 161 (63.28% from 255) = 31.32%

 BLUE value IS 236 (92.58% from 255) = 45.91%

R = 22.76%
G = 31.32%
B = 45.91%

CMYK

 C value IS 0.50

 M value IS 0.32

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#75A1EC (or 0x75A1EC) is known color: Jordy Blue. HEX triplet: 75, A1 and EC. RGB value is (117,161,236). Sum of RGB (Red+Green+Blue) = 117+161+236=514 (68% of max value = 765). Red value is 117 (46.09% from 255 or 22.76% from 514); Green value is 161 (63.28% from 255 or 31.32% from 514); Blue value is 236 (92.58% from 255 or 45.91% from 514); Max value from RGB is 236 - color contains mainly: blue. Hex color #75A1EC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #75A1EC is #8A5E13. Grayscale: #9C9C9C. Windows color (decimal): -9068052 or 15507829. OLE color: 15507829.

HSL color Cylindrical-coordinate representation of color #75A1EC: hue angle of 217.82º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #75A1EC is Cyan = 0.50, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 117 161 236 -
CMYK 0.50 0.32 0 0.07
HSL 217.82º 0.76% 0.69% -
HSV(B) 217.82º 0.5% 0.93% -
XYZ 35.22 35.33 84.32 -
YUV 156.39 172.92 99.9 -
System Red Green Blue C M Y K H S L
Decimal 117 161 236 0.50 0.32 0 0.07 217.82 0.76 0.69
Hex 75 A1 EC 32 20 0 7 DA 4C 45
Octal 165 241 354 62 40 0 7 332 114 105
Binary 1110101 10100001 11101100 110010 100000 0 111 11011010 1001100 1000101

Color Harmonies of #75A1EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75A1EC

Black with #75A1EC

Text Example


Text Example

White with #75A1EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75A1EC; }

 p { color: rgb(117,161,236); }

 H1.HeaderClassName
 {
   color: #75A1EC;
 }
 .AnyTagClassName
 {
   color: #75A1EC;
 }
</style>

background-color css

<style>
 a { background-color: #75A1EC; }

 a { background-color: rgb(117,161,236); }

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

border-color css

<style>
 span { border-color: #75A1EC; }

 span { border-color: rgb(117,161,236); }

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