Html Css Color HEX #93B1E5 Jordy Blue

📋 copy color: '#93B1E5'

red 147 ◦ green 177 ◦ blue 229

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

Shades of Jordy Blue #93B1E5

Tints of Jordy Blue #93B1E5

RGB

 RED value IS 147 (57.81% from 255) = 26.58%

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

 BLUE value IS 229 (89.84% from 255) = 41.41%

R = 26.58%
G = 32.01%
B = 41.41%

CMYK

 C value IS 0.36

 M value IS 0.23

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#93B1E5 (or 0x93B1E5) is known color: Jordy Blue. HEX triplet: 93, B1 and E5. RGB value is (147,177,229). Sum of RGB (Red+Green+Blue) = 147+177+229=553 (73% of max value = 765). Red value is 147 (57.81% from 255 or 26.58% from 553); Green value is 177 (69.53% from 255 or 32.01% from 553); Blue value is 229 (89.84% from 255 or 41.41% from 553); Max value from RGB is 229 - color contains mainly: blue. Hex color #93B1E5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #93B1E5 is #6C4E1A. Grayscale: #ADADAD. Windows color (decimal): -7097883 or 15053203. OLE color: 15053203.

HSL color Cylindrical-coordinate representation of color #93B1E5: hue angle of 218.05º degrees, saturation: 0.61, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #93B1E5 is Cyan = 0.36, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 147 177 229 -
CMYK 0.36 0.23 0 0.10
HSL 218.05º 0.61% 0.74% -
HSV(B) 218.05º 0.36% 0.9% -
XYZ 41.9 43.3 80.28 -
YUV 173.96 159.06 108.77 -
System Red Green Blue C M Y K H S L
Decimal 147 177 229 0.36 0.23 0 0.10 218.05 0.61 0.74
Hex 93 B1 E5 24 17 0 A DA 3D 4A
Octal 223 261 345 44 27 0 12 332 75 112
Binary 10010011 10110001 11100101 100100 10111 0 1010 11011010 111101 1001010

Color Harmonies of #93B1E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93B1E5

Black with #93B1E5

Text Example


Text Example

White with #93B1E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #93B1E5; }

 p { color: rgb(147,177,229); }

 H1.HeaderClassName
 {
   color: #93B1E5;
 }
 .AnyTagClassName
 {
   color: #93B1E5;
 }
</style>

background-color css

<style>
 a { background-color: #93B1E5; }

 a { background-color: rgb(147,177,229); }

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

border-color css

<style>
 span { border-color: #93B1E5; }

 span { border-color: rgb(147,177,229); }

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