Html Css Color HEX #92CFDD Regent St Blue

📋 copy color: '#92CFDD'

red 146 ◦ green 207 ◦ blue 221

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

Shades of Regent St Blue #92CFDD

Tints of Regent St Blue #92CFDD

RGB

 RED value IS 146 (57.42% from 255) = 25.44%

 GREEN value IS 207 (81.25% from 255) = 36.06%

 BLUE value IS 221 (86.72% from 255) = 38.5%

R = 25.44%
G = 36.06%
B = 38.5%

CMYK

 C value IS 0.34

 M value IS 0.06

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#92CFDD (or 0x92CFDD) is known color: Regent St Blue. HEX triplet: 92, CF and DD. RGB value is (146,207,221). Sum of RGB (Red+Green+Blue) = 146+207+221=574 (76% of max value = 765). Red value is 146 (57.42% from 255 or 25.44% from 574); Green value is 207 (81.25% from 255 or 36.06% from 574); Blue value is 221 (86.72% from 255 or 38.50% from 574); Max value from RGB is 221 - color contains mainly: blue. Hex color #92CFDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #92CFDD is #6D3022. Grayscale: #BEBEBE. Windows color (decimal): -7155747 or 14536594. OLE color: 14536594.

HSL color Cylindrical-coordinate representation of color #92CFDD: hue angle of 191.2º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #92CFDD is Cyan = 0.34, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 146 207 221 -
CMYK 0.34 0.06 0 0.13
HSL 191.2º 0.52% 0.72% -
HSV(B) 191.2º 0.34% 0.87% -
XYZ 47.22 55.96 76.72 -
YUV 190.36 145.29 96.36 -
System Red Green Blue C M Y K H S L
Decimal 146 207 221 0.34 0.06 0 0.13 191.2 0.52 0.72
Hex 92 CF DD 22 6 0 D BF 34 48
Octal 222 317 335 42 6 0 15 277 64 110
Binary 10010010 11001111 11011101 100010 110 0 1101 10111111 110100 1001000

Color Harmonies of #92CFDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92CFDD

Black with #92CFDD

Text Example


Text Example

White with #92CFDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #92CFDD; }

 p { color: rgb(146,207,221); }

 H1.HeaderClassName
 {
   color: #92CFDD;
 }
 .AnyTagClassName
 {
   color: #92CFDD;
 }
</style>

background-color css

<style>
 a { background-color: #92CFDD; }

 a { background-color: rgb(146,207,221); }

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

border-color css

<style>
 span { border-color: #92CFDD; }

 span { border-color: rgb(146,207,221); }

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