Html Css Color HEX #90ACF1 Jordy Blue

📋 copy color: '#90ACF1'

red 144 ◦ green 172 ◦ blue 241

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

Shades of Jordy Blue #90ACF1

Tints of Jordy Blue #90ACF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 43.27%

R = 25.85%
G = 30.88%
B = 43.27%

CMYK

 C value IS 0.40

 M value IS 0.29

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#90ACF1 (or 0x90ACF1) is known color: Jordy Blue. HEX triplet: 90, AC and F1. RGB value is (144,172,241). Sum of RGB (Red+Green+Blue) = 144+172+241=557 (73% of max value = 765). Red value is 144 (56.64% from 255 or 25.85% from 557); Green value is 172 (67.58% from 255 or 30.88% from 557); Blue value is 241 (94.53% from 255 or 43.27% from 557); Max value from RGB is 241 - color contains mainly: blue. Hex color #90ACF1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #90ACF1 is #6F530E. Grayscale: #ABABAB. Windows color (decimal): -7295759 or 15838352. OLE color: 15838352.

HSL color Cylindrical-coordinate representation of color #90ACF1: hue angle of 222.68º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #90ACF1 is Cyan = 0.40, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 144 172 241 -
CMYK 0.40 0.29 0 0.05
HSL 222.68º 0.78% 0.75% -
HSV(B) 222.68º 0.4% 0.95% -
XYZ 42.13 41.79 89.06 -
YUV 171.49 167.22 108.39 -
System Red Green Blue C M Y K H S L
Decimal 144 172 241 0.40 0.29 0 0.05 222.68 0.78 0.75
Hex 90 AC F1 28 1D 0 5 DF 4E 4B
Octal 220 254 361 50 35 0 5 337 116 113
Binary 10010000 10101100 11110001 101000 11101 0 101 11011111 1001110 1001011

Color Harmonies of #90ACF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90ACF1

Black with #90ACF1

Text Example


Text Example

White with #90ACF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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