Html Css Color HEX #69ACF3 Jordy Blue

📋 copy color: '#69ACF3'

red 105 ◦ green 172 ◦ blue 243

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

Shades of Jordy Blue #69ACF3

Tints of Jordy Blue #69ACF3

RGB

 RED value IS 105 (41.41% from 255) = 20.19%

 GREEN value IS 172 (67.58% from 255) = 33.08%

 BLUE value IS 243 (95.31% from 255) = 46.73%

R = 20.19%
G = 33.08%
B = 46.73%

CMYK

 C value IS 0.57

 M value IS 0.29

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#69ACF3 (or 0x69ACF3) is known color: Jordy Blue. HEX triplet: 69, AC and F3. RGB value is (105,172,243). Sum of RGB (Red+Green+Blue) = 105+172+243=520 (68% of max value = 765). Red value is 105 (41.41% from 255 or 20.19% from 520); Green value is 172 (67.58% from 255 or 33.08% from 520); Blue value is 243 (95.31% from 255 or 46.73% from 520); Max value from RGB is 243 - color contains mainly: blue. Hex color #69ACF3 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #69ACF3 is #96530C. Grayscale: #9F9F9F. Windows color (decimal): -9851661 or 15969385. OLE color: 15969385.

HSL color Cylindrical-coordinate representation of color #69ACF3: hue angle of 210.87º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #69ACF3 is Cyan = 0.57, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 105 172 243 -
CMYK 0.57 0.29 0 0.05
HSL 210.87º 0.85% 0.68% -
HSV(B) 210.87º 0.57% 0.95% -
XYZ 36.76 38.98 90.38 -
YUV 160.06 174.8 88.73 -
System Red Green Blue C M Y K H S L
Decimal 105 172 243 0.57 0.29 0 0.05 210.87 0.85 0.68
Hex 69 AC F3 39 1D 0 5 D3 55 44
Octal 151 254 363 71 35 0 5 323 125 104
Binary 1101001 10101100 11110011 111001 11101 0 101 11010011 1010101 1000100

Color Harmonies of #69ACF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69ACF3

Black with #69ACF3

Text Example


Text Example

White with #69ACF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #69ACF3; }

 p { color: rgb(105,172,243); }

 H1.HeaderClassName
 {
   color: #69ACF3;
 }
 .AnyTagClassName
 {
   color: #69ACF3;
 }
</style>

background-color css

<style>
 a { background-color: #69ACF3; }

 a { background-color: rgb(105,172,243); }

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

border-color css

<style>
 span { border-color: #69ACF3; }

 span { border-color: rgb(105,172,243); }

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