Html Css Color HEX #1095AF Bondi Blue

📋 copy color: '#1095AF'

red 16 ◦ green 149 ◦ blue 175

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

Shades of Bondi Blue #1095AF

Tints of Bondi Blue #1095AF

RGB

 RED value IS 16 (6.64% from 255) = 4.71%

 GREEN value IS 149 (58.59% from 255) = 43.82%

 BLUE value IS 175 (68.75% from 255) = 51.47%

R = 4.71%
G = 43.82%
B = 51.47%

CMYK

 C value IS 0.91

 M value IS 0.15

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#1095AF (or 0x1095AF) is known color: Bondi Blue. HEX triplet: 10, 95 and AF. RGB value is (16,149,175). Sum of RGB (Red+Green+Blue) = 16+149+175=340 (45% of max value = 765). Red value is 16 (6.64% from 255 or 4.71% from 340); Green value is 149 (58.59% from 255 or 43.82% from 340); Blue value is 175 (68.75% from 255 or 51.47% from 340); Max value from RGB is 175 - color contains mainly: blue. Hex color #1095AF is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1095AF is #EF6A50. Grayscale: #6F6F6F. Windows color (decimal): -15690321 or 11506960. OLE color: 11506960.

HSL color Cylindrical-coordinate representation of color #1095AF: hue angle of 189.81º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1095AF is Cyan = 0.91, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 16 149 175 -
CMYK 0.91 0.15 0 0.31
HSL 189.81º 0.83% 0.37% -
HSV(B) 189.81º 0.91% 0.69% -
XYZ 18.7 24.7 44.34 -
YUV 112.2 163.44 59.39 -
System Red Green Blue C M Y K H S L
Decimal 16 149 175 0.91 0.15 0 0.31 189.81 0.83 0.37
Hex 10 95 AF 5B F 0 1F BE 53 25
Octal 20 225 257 133 17 0 37 276 123 45
Binary 10000 10010101 10101111 1011011 1111 0 11111 10111110 1010011 100101

Color Harmonies of #1095AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1095AF

Black with #1095AF

Text Example


Text Example

White with #1095AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1095AF; }

 p { color: rgb(16,149,175); }

 H1.HeaderClassName
 {
   color: #1095AF;
 }
 .AnyTagClassName
 {
   color: #1095AF;
 }
</style>

background-color css

<style>
 a { background-color: #1095AF; }

 a { background-color: rgb(16,149,175); }

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

border-color css

<style>
 span { border-color: #1095AF; }

 span { border-color: rgb(16,149,175); }

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