Html Css Color HEX #1283BC Bondi Blue

📋 copy color: '#1283BC'

red 18 ◦ green 131 ◦ blue 188

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

Shades of Bondi Blue #1283BC

Tints of Bondi Blue #1283BC

RGB

 RED value IS 18 (7.42% from 255) = 5.34%

 GREEN value IS 131 (51.56% from 255) = 38.87%

 BLUE value IS 188 (73.83% from 255) = 55.79%

R = 5.34%
G = 38.87%
B = 55.79%

CMYK

 C value IS 0.90

 M value IS 0.30

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#1283BC (or 0x1283BC) is known color: Bondi Blue. HEX triplet: 12, 83 and BC. RGB value is (18,131,188). Sum of RGB (Red+Green+Blue) = 18+131+188=337 (44% of max value = 765). Red value is 18 (7.42% from 255 or 5.34% from 337); Green value is 131 (51.56% from 255 or 38.87% from 337); Blue value is 188 (73.83% from 255 or 55.79% from 337); Max value from RGB is 188 - color contains mainly: blue. Hex color #1283BC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1283BC is #ED7C43. Grayscale: #676767. Windows color (decimal): -15563844 or 12354322. OLE color: 12354322.

HSL color Cylindrical-coordinate representation of color #1283BC: hue angle of 200.12º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1283BC is Cyan = 0.90, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 18 131 188 -
CMYK 0.90 0.30 0 0.26
HSL 200.12º 0.83% 0.4% -
HSV(B) 200.12º 0.9% 0.74% -
XYZ 17.44 19.99 50.52 -
YUV 103.71 175.56 66.87 -
System Red Green Blue C M Y K H S L
Decimal 18 131 188 0.90 0.30 0 0.26 200.12 0.83 0.4
Hex 12 83 BC 5A 1E 0 1A C8 53 28
Octal 22 203 274 132 36 0 32 310 123 50
Binary 10010 10000011 10111100 1011010 11110 0 11010 11001000 1010011 101000

Color Harmonies of #1283BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1283BC

Black with #1283BC

Text Example


Text Example

White with #1283BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1283BC; }

 p { color: rgb(18,131,188); }

 H1.HeaderClassName
 {
   color: #1283BC;
 }
 .AnyTagClassName
 {
   color: #1283BC;
 }
</style>

background-color css

<style>
 a { background-color: #1283BC; }

 a { background-color: rgb(18,131,188); }

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

border-color css

<style>
 span { border-color: #1283BC; }

 span { border-color: rgb(18,131,188); }

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