Html Css Color HEX #90C6DA Regent St Blue

📋 copy color: '#90C6DA'

red 144 ◦ green 198 ◦ blue 218

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

Shades of Regent St Blue #90C6DA

Tints of Regent St Blue #90C6DA

RGB

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

 GREEN value IS 198 (77.73% from 255) = 35.36%

 BLUE value IS 218 (85.55% from 255) = 38.93%

R = 25.71%
G = 35.36%
B = 38.93%

CMYK

 C value IS 0.34

 M value IS 0.09

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#90C6DA (or 0x90C6DA) is known color: Regent St Blue. HEX triplet: 90, C6 and DA. RGB value is (144,198,218). Sum of RGB (Red+Green+Blue) = 144+198+218=560 (74% of max value = 765). Red value is 144 (56.64% from 255 or 25.71% from 560); Green value is 198 (77.73% from 255 or 35.36% from 560); Blue value is 218 (85.55% from 255 or 38.93% from 560); Max value from RGB is 218 - color contains mainly: blue. Hex color #90C6DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90C6DA is #6F3925. Grayscale: #B7B7B7. Windows color (decimal): -7289126 or 14337680. OLE color: 14337680.

HSL color Cylindrical-coordinate representation of color #90C6DA: hue angle of 196.22º degrees, saturation: 0.5, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #90C6DA is Cyan = 0.34, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 144 198 218 -
CMYK 0.34 0.09 0 0.15
HSL 196.22º 0.5% 0.71% -
HSV(B) 196.22º 0.34% 0.85% -
XYZ 44.35 51.38 73.91 -
YUV 184.13 147.11 99.37 -
System Red Green Blue C M Y K H S L
Decimal 144 198 218 0.34 0.09 0 0.15 196.22 0.5 0.71
Hex 90 C6 DA 22 9 0 F C4 32 47
Octal 220 306 332 42 11 0 17 304 62 107
Binary 10010000 11000110 11011010 100010 1001 0 1111 11000100 110010 1000111

Color Harmonies of #90C6DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90C6DA

Black with #90C6DA

Text Example


Text Example

White with #90C6DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,198,218); }

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

background-color css

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

 a { background-color: rgb(144,198,218); }

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

border-color css

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

 span { border-color: rgb(144,198,218); }

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