Html Css Color HEX #1297BC Bondi Blue

📋 copy color: '#1297BC'

red 18 ◦ green 151 ◦ blue 188

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

Shades of Bondi Blue #1297BC

Tints of Bondi Blue #1297BC

RGB

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

 GREEN value IS 151 (59.38% from 255) = 42.3%

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

R = 5.04%
G = 42.3%
B = 52.66%

CMYK

 C value IS 0.90

 M value IS 0.20

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#1297BC (or 0x1297BC) is known color: Bondi Blue. HEX triplet: 12, 97 and BC. RGB value is (18,151,188). Sum of RGB (Red+Green+Blue) = 18+151+188=357 (47% of max value = 765). Red value is 18 (7.42% from 255 or 5.04% from 357); Green value is 151 (59.38% from 255 or 42.30% from 357); Blue value is 188 (73.83% from 255 or 52.66% from 357); Max value from RGB is 188 - color contains mainly: blue. Hex color #1297BC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1297BC is #ED6843. Grayscale: #737373. Windows color (decimal): -15558724 or 12359442. OLE color: 12359442.

HSL color Cylindrical-coordinate representation of color #1297BC: hue angle of 193.06º 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 #1297BC is Cyan = 0.90, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 18 151 188 -
CMYK 0.90 0.20 0 0.26
HSL 193.06º 0.83% 0.4% -
HSV(B) 193.06º 0.9% 0.74% -
XYZ 20.39 25.89 51.5 -
YUV 115.45 168.94 58.49 -
System Red Green Blue C M Y K H S L
Decimal 18 151 188 0.90 0.20 0 0.26 193.06 0.83 0.4
Hex 12 97 BC 5A 14 0 1A C1 53 28
Octal 22 227 274 132 24 0 32 301 123 50
Binary 10010 10010111 10111100 1011010 10100 0 11010 11000001 1010011 101000

Color Harmonies of #1297BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1297BC

Black with #1297BC

Text Example


Text Example

White with #1297BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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