Html Css Color HEX #75A1CF Jordy Blue

📋 copy color: '#75A1CF'

red 117 ◦ green 161 ◦ blue 207

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

Shades of Jordy Blue #75A1CF

Tints of Jordy Blue #75A1CF

RGB

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

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

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

R = 24.12%
G = 33.2%
B = 42.68%

CMYK

 C value IS 0.43

 M value IS 0.22

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#75A1CF (or 0x75A1CF) is known color: Jordy Blue. HEX triplet: 75, A1 and CF. RGB value is (117,161,207). Sum of RGB (Red+Green+Blue) = 117+161+207=485 (64% of max value = 765). Red value is 117 (46.09% from 255 or 24.12% from 485); Green value is 161 (63.28% from 255 or 33.20% from 485); Blue value is 207 (81.25% from 255 or 42.68% from 485); Max value from RGB is 207 - color contains mainly: blue. Hex color #75A1CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #75A1CF is #8A5E30. Grayscale: #989898. Windows color (decimal): -9068081 or 13607285. OLE color: 13607285.

HSL color Cylindrical-coordinate representation of color #75A1CF: hue angle of 210.67º 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 #75A1CF is Cyan = 0.43, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 117 161 207 -
CMYK 0.43 0.22 0 0.19
HSL 210.67º 0.48% 0.64% -
HSV(B) 210.67º 0.43% 0.81% -
XYZ 31.34 33.78 63.9 -
YUV 153.09 158.42 102.26 -
System Red Green Blue C M Y K H S L
Decimal 117 161 207 0.43 0.22 0 0.19 210.67 0.48 0.64
Hex 75 A1 CF 2B 16 0 13 D3 30 40
Octal 165 241 317 53 26 0 23 323 60 100
Binary 1110101 10100001 11001111 101011 10110 0 10011 11010011 110000 1000000

Color Harmonies of #75A1CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75A1CF

Black with #75A1CF

Text Example


Text Example

White with #75A1CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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