Html Css Color HEX #75A6E6 Jordy Blue

📋 copy color: '#75A6E6'

red 117 ◦ green 166 ◦ blue 230

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

Shades of Jordy Blue #75A6E6

Tints of Jordy Blue #75A6E6

RGB

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

 GREEN value IS 166 (65.23% from 255) = 32.36%

 BLUE value IS 230 (90.23% from 255) = 44.83%

R = 22.81%
G = 32.36%
B = 44.83%

CMYK

 C value IS 0.49

 M value IS 0.28

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#75A6E6 (or 0x75A6E6) is known color: Jordy Blue. HEX triplet: 75, A6 and E6. RGB value is (117,166,230). Sum of RGB (Red+Green+Blue) = 117+166+230=513 (67% of max value = 765). Red value is 117 (46.09% from 255 or 22.81% from 513); Green value is 166 (65.23% from 255 or 32.36% from 513); Blue value is 230 (90.23% from 255 or 44.83% from 513); Max value from RGB is 230 - color contains mainly: blue. Hex color #75A6E6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #75A6E6 is #8A5919. Grayscale: #9E9E9E. Windows color (decimal): -9066778 or 15115893. OLE color: 15115893.

HSL color Cylindrical-coordinate representation of color #75A6E6: hue angle of 213.98º degrees, saturation: 0.69, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #75A6E6 is Cyan = 0.49, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 117 166 230 -
CMYK 0.49 0.28 0 0.10
HSL 213.98º 0.69% 0.68% -
HSV(B) 213.98º 0.49% 0.9% -
XYZ 35.26 36.77 80.1 -
YUV 158.65 168.27 98.3 -
System Red Green Blue C M Y K H S L
Decimal 117 166 230 0.49 0.28 0 0.10 213.98 0.69 0.68
Hex 75 A6 E6 31 1C 0 A D6 45 44
Octal 165 246 346 61 34 0 12 326 105 104
Binary 1110101 10100110 11100110 110001 11100 0 1010 11010110 1000101 1000100

Color Harmonies of #75A6E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75A6E6

Black with #75A6E6

Text Example


Text Example

White with #75A6E6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,166,230); }

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

background-color css

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

 a { background-color: rgb(117,166,230); }

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

border-color css

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

 span { border-color: rgb(117,166,230); }

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