Html Css Color HEX #92DBF3 Columbia Blue

📋 copy color: '#92DBF3'

red 146 ◦ green 219 ◦ blue 243

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

Shades of Columbia Blue #92DBF3

Tints of Columbia Blue #92DBF3

RGB

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

 GREEN value IS 219 (85.94% from 255) = 36.02%

 BLUE value IS 243 (95.31% from 255) = 39.97%

R = 24.01%
G = 36.02%
B = 39.97%

CMYK

 C value IS 0.40

 M value IS 0.10

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#92DBF3 (or 0x92DBF3) is known color: Columbia Blue. HEX triplet: 92, DB and F3. RGB value is (146,219,243). Sum of RGB (Red+Green+Blue) = 146+219+243=608 (80% of max value = 765). Red value is 146 (57.42% from 255 or 24.01% from 608); Green value is 219 (85.94% from 255 or 36.02% from 608); Blue value is 243 (95.31% from 255 or 39.97% from 608); Max value from RGB is 243 - color contains mainly: blue. Hex color #92DBF3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #92DBF3 is #6D240C. Grayscale: #C7C7C7. Windows color (decimal): -7152653 or 15981458. OLE color: 15981458.

HSL color Cylindrical-coordinate representation of color #92DBF3: hue angle of 194.85º degrees, saturation: 0.8, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #92DBF3 is Cyan = 0.40, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 146 219 243 -
CMYK 0.40 0.10 0 0.05
HSL 194.85º 0.8% 0.76% -
HSV(B) 194.85º 0.4% 0.95% -
XYZ 53.36 63.25 94.19 -
YUV 199.91 152.32 89.55 -
System Red Green Blue C M Y K H S L
Decimal 146 219 243 0.40 0.10 0 0.05 194.85 0.8 0.76
Hex 92 DB F3 28 A 0 5 C3 50 4C
Octal 222 333 363 50 12 0 5 303 120 114
Binary 10010010 11011011 11110011 101000 1010 0 101 11000011 1010000 1001100

Color Harmonies of #92DBF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92DBF3

Black with #92DBF3

Text Example


Text Example

White with #92DBF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(146,219,243); }

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

background-color css

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

 a { background-color: rgb(146,219,243); }

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

border-color css

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

 span { border-color: rgb(146,219,243); }

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