Html Css Color HEX #75B1DD Jordy Blue

📋 copy color: '#75B1DD'

red 117 ◦ green 177 ◦ blue 221

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

Shades of Jordy Blue #75B1DD

Tints of Jordy Blue #75B1DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 42.91%

R = 22.72%
G = 34.37%
B = 42.91%

CMYK

 C value IS 0.47

 M value IS 0.20

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#75B1DD (or 0x75B1DD) is known color: Jordy Blue. HEX triplet: 75, B1 and DD. RGB value is (117,177,221). Sum of RGB (Red+Green+Blue) = 117+177+221=515 (68% of max value = 765). Red value is 117 (46.09% from 255 or 22.72% from 515); Green value is 177 (69.53% from 255 or 34.37% from 515); Blue value is 221 (86.72% from 255 or 42.91% from 515); Max value from RGB is 221 - color contains mainly: blue. Hex color #75B1DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #75B1DD is #8A4E22. Grayscale: #A3A3A3. Windows color (decimal): -9063971 or 14528885. OLE color: 14528885.

HSL color Cylindrical-coordinate representation of color #75B1DD: hue angle of 205.38º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #75B1DD is Cyan = 0.47, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 117 177 221 -
CMYK 0.47 0.20 0 0.13
HSL 205.38º 0.6% 0.66% -
HSV(B) 205.38º 0.47% 0.87% -
XYZ 36.11 40.45 74.31 -
YUV 164.08 160.12 94.42 -
System Red Green Blue C M Y K H S L
Decimal 117 177 221 0.47 0.20 0 0.13 205.38 0.6 0.66
Hex 75 B1 DD 2F 14 0 D CD 3C 42
Octal 165 261 335 57 24 0 15 315 74 102
Binary 1110101 10110001 11011101 101111 10100 0 1101 11001101 111100 1000010

Color Harmonies of #75B1DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75B1DD

Black with #75B1DD

Text Example


Text Example

White with #75B1DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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