Html Css Color HEX #018FBE Bondi Blue

📋 copy color: '#018FBE'

red 1 ◦ green 143 ◦ blue 190

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

Shades of Bondi Blue #018FBE

Tints of Bondi Blue #018FBE

RGB

 RED value IS 1 (0.78% from 255) = 0.3%

 GREEN value IS 143 (56.25% from 255) = 42.81%

 BLUE value IS 190 (74.61% from 255) = 56.89%

R = 0.3%
G = 42.81%
B = 56.89%

CMYK

 C value IS 0.99

 M value IS 0.25

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#018FBE (or 0x018FBE) is known color: Bondi Blue. HEX triplet: 01, 8F and BE. RGB value is (1,143,190). Sum of RGB (Red+Green+Blue) = 1+143+190=334 (44% of max value = 765). Red value is 1 (0.78% from 255 or 0.30% from 334); Green value is 143 (56.25% from 255 or 42.81% from 334); Blue value is 190 (74.61% from 255 or 56.89% from 334); Max value from RGB is 190 - color contains mainly: blue. Hex color #018FBE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #018FBE is #FE7041. Grayscale: #696969. Windows color (decimal): -16674882 or 12488449. OLE color: 12488449.

HSL color Cylindrical-coordinate representation of color #018FBE: hue angle of 194.92º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018FBE is Cyan = 0.99, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 1 143 190 -
CMYK 0.99 0.25 0 0.25
HSL 194.92º 0.99% 0.37% -
HSV(B) 194.92º 0.99% 0.75% -
XYZ 19.13 23.37 52.22 -
YUV 105.9 175.46 53.18 -
System Red Green Blue C M Y K H S L
Decimal 1 143 190 0.99 0.25 0 0.25 194.92 0.99 0.37
Hex 1 8F BE 63 19 0 19 C3 63 25
Octal 1 217 276 143 31 0 31 303 143 45
Binary 1 10001111 10111110 1100011 11001 0 11001 11000011 1100011 100101

Color Harmonies of #018FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018FBE

Black with #018FBE

Text Example


Text Example

White with #018FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #018FBE; }

 p { color: rgb(1,143,190); }

 H1.HeaderClassName
 {
   color: #018FBE;
 }
 .AnyTagClassName
 {
   color: #018FBE;
 }
</style>

background-color css

<style>
 a { background-color: #018FBE; }

 a { background-color: rgb(1,143,190); }

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

border-color css

<style>
 span { border-color: #018FBE; }

 span { border-color: rgb(1,143,190); }

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