Html Css Color HEX #75B1DF Jordy Blue

📋 copy color: '#75B1DF'

red 117 ◦ green 177 ◦ blue 223

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

Shades of Jordy Blue #75B1DF

Tints of Jordy Blue #75B1DF

RGB

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

 GREEN value IS 177 (69.53% from 255) = 34.24%

 BLUE value IS 223 (87.5% from 255) = 43.13%

R = 22.63%
G = 34.24%
B = 43.13%

CMYK

 C value IS 0.48

 M value IS 0.21

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#75B1DF (or 0x75B1DF) is known color: Jordy Blue. HEX triplet: 75, B1 and DF. RGB value is (117,177,223). Sum of RGB (Red+Green+Blue) = 117+177+223=517 (68% of max value = 765). Red value is 117 (46.09% from 255 or 22.63% from 517); Green value is 177 (69.53% from 255 or 34.24% from 517); Blue value is 223 (87.5% from 255 or 43.13% from 517); Max value from RGB is 223 - color contains mainly: blue. Hex color #75B1DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #75B1DF is #8A4E20. Grayscale: #A4A4A4. Windows color (decimal): -9063969 or 14659957. OLE color: 14659957.

HSL color Cylindrical-coordinate representation of color #75B1DF: hue angle of 206.04º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #75B1DF is Cyan = 0.48, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 117 177 223 -
CMYK 0.48 0.21 0 0.13
HSL 206.04º 0.62% 0.67% -
HSV(B) 206.04º 0.48% 0.87% -
XYZ 36.38 40.55 75.72 -
YUV 164.3 161.12 94.26 -
System Red Green Blue C M Y K H S L
Decimal 117 177 223 0.48 0.21 0 0.13 206.04 0.62 0.67
Hex 75 B1 DF 30 15 0 D CE 3E 43
Octal 165 261 337 60 25 0 15 316 76 103
Binary 1110101 10110001 11011111 110000 10101 0 1101 11001110 111110 1000011

Color Harmonies of #75B1DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75B1DF

Black with #75B1DF

Text Example


Text Example

White with #75B1DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,177,223); }

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

background-color css

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

 a { background-color: rgb(117,177,223); }

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

border-color css

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

 span { border-color: rgb(117,177,223); }

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