Html Css Color HEX #67FAF2 Baby Blue

📋 copy color: '#67FAF2'

red 103 ◦ green 250 ◦ blue 242

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

Shades of Baby Blue #67FAF2

Tints of Baby Blue #67FAF2

RGB

 RED value IS 103 (40.63% from 255) = 17.31%

 GREEN value IS 250 (98.05% from 255) = 42.02%

 BLUE value IS 242 (94.92% from 255) = 40.67%

R = 17.31%
G = 42.02%
B = 40.67%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.03

 K value IS 0.02

RGB Variations

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

Color information

#67FAF2 (or 0x67FAF2) is known color: Baby Blue. HEX triplet: 67, FA and F2. RGB value is (103,250,242). Sum of RGB (Red+Green+Blue) = 103+250+242=595 (78% of max value = 765). Red value is 103 (40.62% from 255 or 17.31% from 595); Green value is 250 (98.05% from 255 or 42.02% from 595); Blue value is 242 (94.92% from 255 or 40.67% from 595); Max value from RGB is 250 - color contains mainly: green. Hex color #67FAF2 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #67FAF2 is #98050D. Grayscale: #CDCDCD. Windows color (decimal): -9962766 or 15923815. OLE color: 15923815.

HSL color Cylindrical-coordinate representation of color #67FAF2: hue angle of 176.73º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #67FAF2 is Cyan = 0.59, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.02.

Color convert

RGB 103 250 242 -
CMYK 0.59 0 0.03 0.02
HSL 176.73º 0.94% 0.69% -
HSV(B) 176.73º 0.59% 0.98% -
XYZ 55.81 77.67 96.05 -
YUV 205.14 148.8 55.15 -
System Red Green Blue C M Y K H S L
Decimal 103 250 242 0.59 0 0.03 0.02 176.73 0.94 0.69
Hex 67 FA F2 3B 0 3 2 B1 5E 45
Octal 147 372 362 73 0 3 2 261 136 105
Binary 1100111 11111010 11110010 111011 0 11 10 10110001 1011110 1000101

Color Harmonies of #67FAF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67FAF2

Black with #67FAF2

Text Example


Text Example

White with #67FAF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #67FAF2; }

 p { color: rgb(103,250,242); }

 H1.HeaderClassName
 {
   color: #67FAF2;
 }
 .AnyTagClassName
 {
   color: #67FAF2;
 }
</style>

background-color css

<style>
 a { background-color: #67FAF2; }

 a { background-color: rgb(103,250,242); }

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

border-color css

<style>
 span { border-color: #67FAF2; }

 span { border-color: rgb(103,250,242); }

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