Html Css Color HEX #6FAEEB Jordy Blue

📋 copy color: '#6FAEEB'

red 111 ◦ green 174 ◦ blue 235

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

Shades of Jordy Blue #6FAEEB

Tints of Jordy Blue #6FAEEB

RGB

 RED value IS 111 (43.75% from 255) = 21.35%

 GREEN value IS 174 (68.36% from 255) = 33.46%

 BLUE value IS 235 (92.19% from 255) = 45.19%

R = 21.35%
G = 33.46%
B = 45.19%

CMYK

 C value IS 0.53

 M value IS 0.26

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6FAEEB (or 0x6FAEEB) is known color: Jordy Blue. HEX triplet: 6F, AE and EB. RGB value is (111,174,235). Sum of RGB (Red+Green+Blue) = 111+174+235=520 (68% of max value = 765). Red value is 111 (43.75% from 255 or 21.35% from 520); Green value is 174 (68.36% from 255 or 33.46% from 520); Blue value is 235 (92.19% from 255 or 45.19% from 520); Max value from RGB is 235 - color contains mainly: blue. Hex color #6FAEEB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6FAEEB is #905114. Grayscale: #A1A1A1. Windows color (decimal): -9457941 or 15445615. OLE color: 15445615.

HSL color Cylindrical-coordinate representation of color #6FAEEB: hue angle of 209.52º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6FAEEB is Cyan = 0.53, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 111 174 235 -
CMYK 0.53 0.26 0 0.08
HSL 209.52º 0.76% 0.68% -
HSV(B) 209.52º 0.53% 0.92% -
XYZ 36.69 39.65 84.32 -
YUV 162.12 169.13 91.54 -
System Red Green Blue C M Y K H S L
Decimal 111 174 235 0.53 0.26 0 0.08 209.52 0.76 0.68
Hex 6F AE EB 35 1A 0 8 D2 4C 44
Octal 157 256 353 65 32 0 10 322 114 104
Binary 1101111 10101110 11101011 110101 11010 0 1000 11010010 1001100 1000100

Color Harmonies of #6FAEEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FAEEB

Black with #6FAEEB

Text Example


Text Example

White with #6FAEEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6FAEEB; }

 p { color: rgb(111,174,235); }

 H1.HeaderClassName
 {
   color: #6FAEEB;
 }
 .AnyTagClassName
 {
   color: #6FAEEB;
 }
</style>

background-color css

<style>
 a { background-color: #6FAEEB; }

 a { background-color: rgb(111,174,235); }

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

border-color css

<style>
 span { border-color: #6FAEEB; }

 span { border-color: rgb(111,174,235); }

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