Html Css Color HEX #90C0D0 Regent St Blue

📋 copy color: '#90C0D0'

red 144 ◦ green 192 ◦ blue 208

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

Shades of Regent St Blue #90C0D0

Tints of Regent St Blue #90C0D0

RGB

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

 GREEN value IS 192 (75.39% from 255) = 35.29%

 BLUE value IS 208 (81.64% from 255) = 38.24%

R = 26.47%
G = 35.29%
B = 38.24%

CMYK

 C value IS 0.31

 M value IS 0.08

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#90C0D0 (or 0x90C0D0) is known color: Regent St Blue. HEX triplet: 90, C0 and D0. RGB value is (144,192,208). Sum of RGB (Red+Green+Blue) = 144+192+208=544 (72% of max value = 765). Red value is 144 (56.64% from 255 or 26.47% from 544); Green value is 192 (75.39% from 255 or 35.29% from 544); Blue value is 208 (81.64% from 255 or 38.24% from 544); Max value from RGB is 208 - color contains mainly: blue. Hex color #90C0D0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90C0D0 is #6F3F2F. Grayscale: #B3B3B3. Windows color (decimal): -7290672 or 13680784. OLE color: 13680784.

HSL color Cylindrical-coordinate representation of color #90C0D0: hue angle of 195º degrees, saturation: 0.41, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #90C0D0 is Cyan = 0.31, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 144 192 208 -
CMYK 0.31 0.08 0 0.18
HSL 195º 0.41% 0.69% -
HSV(B) 195º 0.31% 0.82% -
XYZ 41.74 48.18 66.77 -
YUV 179.47 144.1 102.7 -
System Red Green Blue C M Y K H S L
Decimal 144 192 208 0.31 0.08 0 0.18 195 0.41 0.69
Hex 90 C0 D0 1F 8 0 12 C3 29 45
Octal 220 300 320 37 10 0 22 303 51 105
Binary 10010000 11000000 11010000 11111 1000 0 10010 11000011 101001 1000101

Color Harmonies of #90C0D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90C0D0

Black with #90C0D0

Text Example


Text Example

White with #90C0D0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,192,208); }

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

background-color css

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

 a { background-color: rgb(144,192,208); }

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

border-color css

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

 span { border-color: rgb(144,192,208); }

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