Html Css Color HEX #90BFCF Regent St Blue

📋 copy color: '#90BFCF'

red 144 ◦ green 191 ◦ blue 207

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

Shades of Regent St Blue #90BFCF

Tints of Regent St Blue #90BFCF

RGB

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

 GREEN value IS 191 (75% from 255) = 35.24%

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

R = 26.57%
G = 35.24%
B = 38.19%

CMYK

 C value IS 0.30

 M value IS 0.08

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#90BFCF (or 0x90BFCF) is known color: Regent St Blue. HEX triplet: 90, BF and CF. RGB value is (144,191,207). Sum of RGB (Red+Green+Blue) = 144+191+207=542 (71% of max value = 765). Red value is 144 (56.64% from 255 or 26.57% from 542); Green value is 191 (75% from 255 or 35.24% from 542); Blue value is 207 (81.25% from 255 or 38.19% from 542); Max value from RGB is 207 - color contains mainly: blue. Hex color #90BFCF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90BFCF is #6F4030. Grayscale: #B2B2B2. Windows color (decimal): -7290929 or 13614992. OLE color: 13614992.

HSL color Cylindrical-coordinate representation of color #90BFCF: hue angle of 195.24º 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 #90BFCF is Cyan = 0.30, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 144 191 207 -
CMYK 0.30 0.08 0 0.19
HSL 195.24º 0.4% 0.69% -
HSV(B) 195.24º 0.3% 0.81% -
XYZ 41.39 47.7 66.06 -
YUV 178.77 143.93 103.2 -
System Red Green Blue C M Y K H S L
Decimal 144 191 207 0.30 0.08 0 0.19 195.24 0.4 0.69
Hex 90 BF CF 1E 8 0 13 C3 28 45
Octal 220 277 317 36 10 0 23 303 50 105
Binary 10010000 10111111 11001111 11110 1000 0 10011 11000011 101000 1000101

Color Harmonies of #90BFCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90BFCF

Black with #90BFCF

Text Example


Text Example

White with #90BFCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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