Html Css Color HEX #75A2CF Jordy Blue

📋 copy color: '#75A2CF'

red 117 ◦ green 162 ◦ blue 207

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

Shades of Jordy Blue #75A2CF

Tints of Jordy Blue #75A2CF

RGB

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

 GREEN value IS 162 (63.67% from 255) = 33.33%

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

R = 24.07%
G = 33.33%
B = 42.59%

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

#75A2CF (or 0x75A2CF) is known color: Jordy Blue. HEX triplet: 75, A2 and CF. RGB value is (117,162,207). Sum of RGB (Red+Green+Blue) = 117+162+207=486 (64% of max value = 765). Red value is 117 (46.09% from 255 or 24.07% from 486); Green value is 162 (63.67% from 255 or 33.33% from 486); Blue value is 207 (81.25% from 255 or 42.59% from 486); Max value from RGB is 207 - color contains mainly: blue. Hex color #75A2CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #75A2CF is #8A5D30. Grayscale: #999999. Windows color (decimal): -9067825 or 13607541. OLE color: 13607541.

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

Color convert

RGB 117 162 207 -
CMYK 0.43 0.22 0 0.19
HSL 210º 0.48% 0.64% -
HSV(B) 210º 0.43% 0.81% -
XYZ 31.52 34.13 63.96 -
YUV 153.68 158.09 101.84 -
System Red Green Blue C M Y K H S L
Decimal 117 162 207 0.43 0.22 0 0.19 210 0.48 0.64
Hex 75 A2 CF 2B 16 0 13 D2 30 40
Octal 165 242 317 53 26 0 23 322 60 100
Binary 1110101 10100010 11001111 101011 10110 0 10011 11010010 110000 1000000

Color Harmonies of #75A2CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75A2CF

Black with #75A2CF

Text Example


Text Example

White with #75A2CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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