Html Css Color HEX #75B3E0 Jordy Blue

📋 copy color: '#75B3E0'

red 117 ◦ green 179 ◦ blue 224

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

Shades of Jordy Blue #75B3E0

Tints of Jordy Blue #75B3E0

RGB

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

 GREEN value IS 179 (70.31% from 255) = 34.42%

 BLUE value IS 224 (87.89% from 255) = 43.08%

R = 22.5%
G = 34.42%
B = 43.08%

CMYK

 C value IS 0.48

 M value IS 0.20

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#75B3E0 (or 0x75B3E0) is known color: Jordy Blue. HEX triplet: 75, B3 and E0. RGB value is (117,179,224). Sum of RGB (Red+Green+Blue) = 117+179+224=520 (68% of max value = 765). Red value is 117 (46.09% from 255 or 22.5% from 520); Green value is 179 (70.31% from 255 or 34.42% from 520); Blue value is 224 (87.89% from 255 or 43.08% from 520); Max value from RGB is 224 - color contains mainly: blue. Hex color #75B3E0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75B3E0 is #8A4C1F. Grayscale: #A5A5A5. Windows color (decimal): -9063456 or 14726005. OLE color: 14726005.

HSL color Cylindrical-coordinate representation of color #75B3E0: hue angle of 205.23º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #75B3E0 is Cyan = 0.48, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 117 179 224 -
CMYK 0.48 0.20 0 0.12
HSL 205.23º 0.63% 0.67% -
HSV(B) 205.23º 0.48% 0.88% -
XYZ 36.91 41.4 76.57 -
YUV 165.59 160.96 93.34 -
System Red Green Blue C M Y K H S L
Decimal 117 179 224 0.48 0.20 0 0.12 205.23 0.63 0.67
Hex 75 B3 E0 30 14 0 C CD 3F 43
Octal 165 263 340 60 24 0 14 315 77 103
Binary 1110101 10110011 11100000 110000 10100 0 1100 11001101 111111 1000011

Color Harmonies of #75B3E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75B3E0

Black with #75B3E0

Text Example


Text Example

White with #75B3E0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,179,224); }

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

background-color css

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

 a { background-color: rgb(117,179,224); }

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

border-color css

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

 span { border-color: rgb(117,179,224); }

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