Html Css Color HEX #90C0CF Regent St Blue

📋 copy color: '#90C0CF'

red 144 ◦ green 192 ◦ blue 207

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

Shades of Regent St Blue #90C0CF

Tints of Regent St Blue #90C0CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 38.12%

R = 26.52%
G = 35.36%
B = 38.12%

CMYK

 C value IS 0.30

 M value IS 0.07

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#90C0CF (or 0x90C0CF) is known color: Regent St Blue. HEX triplet: 90, C0 and CF. RGB value is (144,192,207). Sum of RGB (Red+Green+Blue) = 144+192+207=543 (71% of max value = 765). Red value is 144 (56.64% from 255 or 26.52% from 543); Green value is 192 (75.39% from 255 or 35.36% from 543); Blue value is 207 (81.25% from 255 or 38.12% from 543); Max value from RGB is 207 - color contains mainly: blue. Hex color #90C0CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90C0CF is #6F3F30. Grayscale: #B3B3B3. Windows color (decimal): -7290673 or 13615248. OLE color: 13615248.

HSL color Cylindrical-coordinate representation of color #90C0CF: hue angle of 194.29º degrees, saturation: 0.4, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #90C0CF is Cyan = 0.30, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 144 192 207 -
CMYK 0.30 0.07 0 0.19
HSL 194.29º 0.4% 0.69% -
HSV(B) 194.29º 0.3% 0.81% -
XYZ 41.61 48.13 66.13 -
YUV 179.36 143.6 102.78 -
System Red Green Blue C M Y K H S L
Decimal 144 192 207 0.30 0.07 0 0.19 194.29 0.4 0.69
Hex 90 C0 CF 1E 7 0 13 C2 28 45
Octal 220 300 317 36 7 0 23 302 50 105
Binary 10010000 11000000 11001111 11110 111 0 10011 11000010 101000 1000101

Color Harmonies of #90C0CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90C0CF

Black with #90C0CF

Text Example


Text Example

White with #90C0CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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