Html Css Color HEX #90ACF3 Jordy Blue

📋 copy color: '#90ACF3'

red 144 ◦ green 172 ◦ blue 243

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

Shades of Jordy Blue #90ACF3

Tints of Jordy Blue #90ACF3

RGB

 RED value IS 144 (56.64% from 255) = 25.76%

 GREEN value IS 172 (67.58% from 255) = 30.77%

 BLUE value IS 243 (95.31% from 255) = 43.47%

R = 25.76%
G = 30.77%
B = 43.47%

CMYK

 C value IS 0.41

 M value IS 0.29

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#90ACF3 (or 0x90ACF3) is known color: Jordy Blue. HEX triplet: 90, AC and F3. RGB value is (144,172,243). Sum of RGB (Red+Green+Blue) = 144+172+243=559 (74% of max value = 765). Red value is 144 (56.64% from 255 or 25.76% from 559); Green value is 172 (67.58% from 255 or 30.77% from 559); Blue value is 243 (95.31% from 255 or 43.47% from 559); Max value from RGB is 243 - color contains mainly: blue. Hex color #90ACF3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #90ACF3 is #6F530C. Grayscale: #ABABAB. Windows color (decimal): -7295757 or 15969424. OLE color: 15969424.

HSL color Cylindrical-coordinate representation of color #90ACF3: hue angle of 223.03º degrees, saturation: 0.8, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #90ACF3 is Cyan = 0.41, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 144 172 243 -
CMYK 0.41 0.29 0 0.05
HSL 223.03º 0.8% 0.76% -
HSV(B) 223.03º 0.41% 0.95% -
XYZ 42.43 41.91 90.65 -
YUV 171.72 168.22 108.23 -
System Red Green Blue C M Y K H S L
Decimal 144 172 243 0.41 0.29 0 0.05 223.03 0.8 0.76
Hex 90 AC F3 29 1D 0 5 DF 50 4C
Octal 220 254 363 51 35 0 5 337 120 114
Binary 10010000 10101100 11110011 101001 11101 0 101 11011111 1010000 1001100

Color Harmonies of #90ACF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90ACF3

Black with #90ACF3

Text Example


Text Example

White with #90ACF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #90ACF3; }

 p { color: rgb(144,172,243); }

 H1.HeaderClassName
 {
   color: #90ACF3;
 }
 .AnyTagClassName
 {
   color: #90ACF3;
 }
</style>

background-color css

<style>
 a { background-color: #90ACF3; }

 a { background-color: rgb(144,172,243); }

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

border-color css

<style>
 span { border-color: #90ACF3; }

 span { border-color: rgb(144,172,243); }

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