Html Css Color HEX #75AFEC Jordy Blue

📋 copy color: '#75AFEC'

red 117 ◦ green 175 ◦ blue 236

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

Shades of Jordy Blue #75AFEC

Tints of Jordy Blue #75AFEC

RGB

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

 GREEN value IS 175 (68.75% from 255) = 33.14%

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

R = 22.16%
G = 33.14%
B = 44.7%

CMYK

 C value IS 0.50

 M value IS 0.26

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#75AFEC (or 0x75AFEC) is known color: Jordy Blue. HEX triplet: 75, AF and EC. RGB value is (117,175,236). Sum of RGB (Red+Green+Blue) = 117+175+236=528 (69% of max value = 765). Red value is 117 (46.09% from 255 or 22.16% from 528); Green value is 175 (68.75% from 255 or 33.14% from 528); Blue value is 236 (92.58% from 255 or 44.70% from 528); Max value from RGB is 236 - color contains mainly: blue. Hex color #75AFEC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #75AFEC is #8A5013. Grayscale: #A4A4A4. Windows color (decimal): -9064468 or 15511413. OLE color: 15511413.

HSL color Cylindrical-coordinate representation of color #75AFEC: hue angle of 210.76º 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 #75AFEC is Cyan = 0.50, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 117 175 236 -
CMYK 0.50 0.26 0 0.07
HSL 210.76º 0.76% 0.69% -
HSV(B) 210.76º 0.5% 0.93% -
XYZ 37.81 40.5 85.18 -
YUV 164.61 168.28 94.04 -
System Red Green Blue C M Y K H S L
Decimal 117 175 236 0.50 0.26 0 0.07 210.76 0.76 0.69
Hex 75 AF EC 32 1A 0 7 D3 4C 45
Octal 165 257 354 62 32 0 7 323 114 105
Binary 1110101 10101111 11101100 110010 11010 0 111 11010011 1001100 1000101

Color Harmonies of #75AFEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75AFEC

Black with #75AFEC

Text Example


Text Example

White with #75AFEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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