Html Css Color HEX #93AFE5 Jordy Blue

📋 copy color: '#93AFE5'

red 147 ◦ green 175 ◦ blue 229

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

Shades of Jordy Blue #93AFE5

Tints of Jordy Blue #93AFE5

RGB

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

 GREEN value IS 175 (68.75% from 255) = 31.76%

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

R = 26.68%
G = 31.76%
B = 41.56%

CMYK

 C value IS 0.36

 M value IS 0.24

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#93AFE5 (or 0x93AFE5) is known color: Jordy Blue. HEX triplet: 93, AF and E5. RGB value is (147,175,229). Sum of RGB (Red+Green+Blue) = 147+175+229=551 (72% of max value = 765). Red value is 147 (57.81% from 255 or 26.68% from 551); Green value is 175 (68.75% from 255 or 31.76% from 551); Blue value is 229 (89.84% from 255 or 41.56% from 551); Max value from RGB is 229 - color contains mainly: blue. Hex color #93AFE5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #93AFE5 is #6C501A. Grayscale: #ACACAC. Windows color (decimal): -7098395 or 15052691. OLE color: 15052691.

HSL color Cylindrical-coordinate representation of color #93AFE5: hue angle of 219.51º 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 #93AFE5 is Cyan = 0.36, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 147 175 229 -
CMYK 0.36 0.24 0 0.10
HSL 219.51º 0.61% 0.74% -
HSV(B) 219.51º 0.36% 0.9% -
XYZ 41.51 42.52 80.15 -
YUV 172.78 159.72 109.61 -
System Red Green Blue C M Y K H S L
Decimal 147 175 229 0.36 0.24 0 0.10 219.51 0.61 0.74
Hex 93 AF E5 24 18 0 A DC 3D 4A
Octal 223 257 345 44 30 0 12 334 75 112
Binary 10010011 10101111 11100101 100100 11000 0 1010 11011100 111101 1001010

Color Harmonies of #93AFE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93AFE5

Black with #93AFE5

Text Example


Text Example

White with #93AFE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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