Html Css Color HEX #0090DA Pacific Blue

📋 copy color: '#0090DA'

red 0 ◦ green 144 ◦ blue 218

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

Shades of Pacific Blue #0090DA

Tints of Pacific Blue #0090DA

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 144 (56.64% from 255) = 39.78%

 BLUE value IS 218 (85.55% from 255) = 60.22%

R = 0%
G = 39.78%
B = 60.22%

CMYK

 C value IS 1

 M value IS 0.34

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#0090DA (or 0x0090DA) is known color: Pacific Blue. HEX triplet: 00, 90 and DA. RGB value is (0,144,218). Sum of RGB (Red+Green+Blue) = 0+144+218=362 (47% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 362); Green value is 144 (56.64% from 255 or 39.78% from 362); Blue value is 218 (85.55% from 255 or 60.22% from 362); Max value from RGB is 218 - color contains mainly: blue. Hex color #0090DA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0090DA is #FF6F25. Grayscale: #6C6C6C. Windows color (decimal): -16740134 or 14323712. OLE color: 14323712.

HSL color Cylindrical-coordinate representation of color #0090DA: hue angle of 200.37º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0090DA is Cyan = 1, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 0 144 218 -
CMYK 1 0.34 0 0.15
HSL 200.37º 1% 0.43% -
HSV(B) 200.37º 1% 0.85% -
XYZ 22.63 25.01 69.96 -
YUV 109.38 189.29 49.98 -
System Red Green Blue C M Y K H S L
Decimal 0 144 218 1 0.34 0 0.15 200.37 1 0.43
Hex 0 90 DA 64 22 0 F C8 64 2B
Octal 0 220 332 144 42 0 17 310 144 53
Binary 0 10010000 11011010 1100100 100010 0 1111 11001000 1100100 101011

Color Harmonies of #0090DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0090DA

Black with #0090DA

Text Example


Text Example

White with #0090DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0090DA; }

 p { color: rgb(0,144,218); }

 H1.HeaderClassName
 {
   color: #0090DA;
 }
 .AnyTagClassName
 {
   color: #0090DA;
 }
</style>

background-color css

<style>
 a { background-color: #0090DA; }

 a { background-color: rgb(0,144,218); }

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

border-color css

<style>
 span { border-color: #0090DA; }

 span { border-color: rgb(0,144,218); }

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