Html Css Color HEX #75B1DB Jordy Blue

📋 copy color: '#75B1DB'

red 117 ◦ green 177 ◦ blue 219

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

Shades of Jordy Blue #75B1DB

Tints of Jordy Blue #75B1DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 42.69%

R = 22.81%
G = 34.5%
B = 42.69%

CMYK

 C value IS 0.47

 M value IS 0.19

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#75B1DB (or 0x75B1DB) is known color: Jordy Blue. HEX triplet: 75, B1 and DB. RGB value is (117,177,219). Sum of RGB (Red+Green+Blue) = 117+177+219=513 (67% of max value = 765). Red value is 117 (46.09% from 255 or 22.81% from 513); Green value is 177 (69.53% from 255 or 34.50% from 513); Blue value is 219 (85.94% from 255 or 42.69% from 513); Max value from RGB is 219 - color contains mainly: blue. Hex color #75B1DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #75B1DB is #8A4E24. Grayscale: #A3A3A3. Windows color (decimal): -9063973 or 14397813. OLE color: 14397813.

HSL color Cylindrical-coordinate representation of color #75B1DB: hue angle of 204.71º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #75B1DB is Cyan = 0.47, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 117 177 219 -
CMYK 0.47 0.19 0 0.14
HSL 204.71º 0.59% 0.66% -
HSV(B) 204.71º 0.47% 0.86% -
XYZ 35.84 40.34 72.92 -
YUV 163.85 159.12 94.58 -
System Red Green Blue C M Y K H S L
Decimal 117 177 219 0.47 0.19 0 0.14 204.71 0.59 0.66
Hex 75 B1 DB 2F 13 0 E CD 3B 42
Octal 165 261 333 57 23 0 16 315 73 102
Binary 1110101 10110001 11011011 101111 10011 0 1110 11001101 111011 1000010

Color Harmonies of #75B1DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75B1DB

Black with #75B1DB

Text Example


Text Example

White with #75B1DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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